Azure DevOps offers Delivery Plans. These are essentially swim-lanes of planned work, per team.
I am looking for a way to switch to swim-lanes per topic, so:
- cross team dependencies become more clear
- teams have better insight in mutual dependencies
Default ADO view:
Team 1: work item A ------------
|
Team 2: ----------+> work item B
Desired ADO view:
Topic 1: work item A > work item B
Topic 2: ...
The MS documentation is very limited.
Any extensions I’ve encountered – like product plan roadmap templates – seem to have the problem that ADO is no longer the single source of truth.
What options/best practices are out there to generate cross team delivery plans, using ADO?
- queries ?
- extentions ?
- … ?