问题
I am trying to integrate Power Automate with Azure DevOps boards. I want to create a new work-item in my backlog, when a new email arrives, containing a particular subject. I have achieved, it using existing templates.
Now the problem I am facing is, when this backlog item is created, I want to add a parent feature link to this backlog item automatically via power automate.
I have done a bit of R&D, and I could not see, this as achievable through Power Automate. Can anyone please help with it?
Thanks, bee
回答1:
when this backlog item is created, I want to add a parent feature link to this backlog item automatically via power automate.
At the Create work item step, you could add the link type and link URL parameters.
Link type: Hierarchy-reverse
Link URL: https://dev.azure.com/{Orgname}/{ProjectName}/_workitems/_apis/wit/workItems/{Work item ID}
For example:
Then the new issue work item will be added with parent work item.
来源:https://stackoverflow.com/questions/62907396/power-automate-integration-with-azure-devops-boards-create-a-new-issue-with-pa