We have multiple teams dedicated to a large solution. Each team has a backlog, with stories that often depend upon work from other teams. As the Program Manager, I would like to be able to see a list of stories across all teams, sorted by the number of stories that depend on each of them, so that I can prioritize the work to solve the largest bottlenecks first.
Example:
Stories A, B & C depend on Story D.
Stories B & C also depend on Story E.
Sorting these stories by inbound dependencies would display:
- Story D (Blocks 3 Stories)
- Story E (Blocks 2 Stories)
- Story A (Blocks 0 Stories)
- Story B (Blocks 0 Stories)
- Story C (Blocks 0 Stories)
Hi!
You can use a jql from scriptrunner issueFunction in linkedIssues("")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.