Hello! I have a flow for moving work items on Azure DevOps (ADO) to a new sprint that essentially does the following:
(1) every day, check if it is the start date of our team’s iteration (by checking a list of iteration start dates on our Sharepoint) (2) if it is the first day of a new iteration, then query the previous iteration’s work items on Azure DevOps, (3) move each item into the new sprint
However, as I iterate through PBIs (product backlog items), if a PBI has child tasks that are unfinished and others that are finished, I want to split the PBI, into two -- one with the unfinished tasks that will move to the new sprint, and another with the finished tasks that will remain with the iteration path of the current sprint.
Is this kind of Azure DevOps PBI splitting possible through Power Automate?
I appreciate any help with this!


Report
All responses (
Answers (