Forum Discussion
igitats
Dec 21, 2023Copper Contributor
Azure Boards Approval on Work Item/ Tasks
Hi Azure DevOps Community, We are currently implementing Azure Boards as our project management tool, but one major requirement in our project is to integrate task approval in the work item by man...
Kidd_Ip
May 12, 2025MVP
There doesn't offer built-in approval mechanism for work items yet but some workarounds have been shared:
- Work item automation rules, which can be set up to transition work item states based on predefined conditions
- Add a custom field for approvals and create a workflow where management leads update the field before DevOps proceeds.
- To tie to deployments, n use pre-deployment approvals in Azure Pipelines.