问题
I am using power automate for Azure DevOps integration. Here is what I want to achieve. I want to create a new work item when an email arrives in a project but in a specific Area Path for the team.
I am providing Area Path and Iteration Path in my flow configuration, but when the flow triggers, it creates work item both in Project Backlog and Area Path backlog, where as I only want it to create the issue in the specific Area Path.
Can someone kindly help? Thanks, Bee
回答1:
At the moment, here is how I resolved this duplication issue.
- Provide all the necessary configuration in your workflow.
- Include your area-path in the workflow
- Provide a unique parent-id you want to link your work-item. Feature or an EPIC.
Seen the screenshot below.
After I provide a unique parent/child relationship, it stopped creating duplicate backlog items in my Project backlog and area path backlog.
Hope this helps everyone.
Thank you
来源:https://stackoverflow.com/questions/62925934/power-automate-azure-devops-integration-work-item-getting-created-in-project