0
votes

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

1 Answers

1
votes

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:

enter image description here

Then the new issue work item will be added with parent work item.

enter image description here