Forum Discussion
kadedev
Oct 06, 2022Copper Contributor
Create Azure Rule to automate process between parent and child work items
I could not find any documentation on how to automate the process between parent and child work item using rules. Here are my issues: *Added a new flag to the task work item in order to be flip by ...
Unaihuete
Microsoft
Oct 25, 2022Hello kadedev ,
I would take a look at Power Automate (office365) or Logic Apps (Azure), for work item flow automation. I created really interesting scenarios in the past with customers using those tools.
kind regards,
Unai
- KadeabdulDec 28, 2022Copper Contributor
Do you have any example on how to use Power Automate (office365) or Logic Apps (Azure), for work item flow automation.
Im using this https://github.com/microsoft/azure-boards-automate-state-transitions but having issues.
Thanks
- UnaihueteJan 09, 2023
Microsoft
The link given is C# project that manages the work items using the ADO API. I would forget about it as it is too complex and the repo is archived.
There are lot of action/triggers for Azure DevOps on Azure Logic Apps and Power Automate. Here you can see an example for Power Automate https://www.youtube.com/watch?v=SK86TLZQw9A&t=411s
And here an example for Logic App: https://www.red-gate.com/simple-talk/devops/tools/automating-azure-devops-logic-apps/