Power Automate Integration with Azure DevOps Boards - Create a new Issue with Parent link

为君一笑 提交于 2020-08-10 19:20:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!