Search code examples
azure-devopsdevopsscrumazure-boards

Assign all epics with their children to me in Azure Boards


I have a project in Azure DevOps where there are multiple epics, each with features and tasks. Is there a way to assign the epic with all its features and tasks to me without having to go to each feature and to each task inside and assign them to me one by one?


Solution

  • You can do these things easily through the queries tab:

    • Make it a Tree of work items: enter image description here
    • Set the top level work item type to Epic and the relationship to parent/child: enter image description here
    • Save the query: enter image description here
    • Switch to the results tab. Hit ctrl-a to select all the results. Use the ... and pick Assign to >: enter image description here
    • Hit Save Items....

    And as it turns out, you can do the same from the Backlogs tab. Make sure you select the Epics level, ctrl-a and basically follow the same steps (but you have to expand all the levels manually it seems):

    enter image description here