Hi community!
We have the following type of issue hierarchy in use, where the issues of different hierarchies are linked to each other with a parent link.
1. Initiative
1.1 Feature
1.1.1 Epic
1.1.1.1 Story
In addition, we link horizontal dependencies to other products within our value stream to Capabilities with contributes to-link.
I'm struggling to find a way to create a structure with the whole product hierarchy (Initiative-Feature-Epic-Story) but that it would only include those issues that are linked with the "contributes to" link to a specific capability.
In this example case (in the picture) i would want my Structure folder to contain only these issues:
At the moment my automation includes these steps:
The problem is, that:
Basically the logic is something like this:
Any ideas, on how to solve this? Thank you very much already in advance!
I was able to solve this by fetching issues from the feature level, grouping them by the parent from advanced roadmaps (parent link) and filtering with another view that includes all issues and their child issues matching this rule: issueFunction in linkedIssuesOf("issuetype = "Capability", "is achieved by").
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.