I would like to create a table that shows a list of Features based on certain criteria in the 1st column.
The 2nd column shows a count of Test Issue Types that are linked to each feature.
Having trouble figuring out how to get the table based on the desired relationships.
The Issue Hierarchy is as follows: Initiative > Feature > Test
The link types are as follows:
Initiative is implemented by Feature (Lint Type = Implements)
Feature is tested by Test (Link Type = Test)
The criteria is as follows:
Show all Features that are linked to Initiatives if the Initiative has a label = LNK121-MVP
Only want Features with Labels in (LCT, DSR)
Feature Status is limited to: verification, “TESTING ON DEV”, DONE , “in progress”, Backlog
The solution might differ depending on your actual setup.
Please tell me if you are using some test management app like Xray or Zephyr?
Alternatively, if you are using the Jira issue links for test relations, do you have a clear hierarchy of tests being related to only one Feature, and Feature linked to only one Initiative?
In that case, it might be possible to create a custom issue hierarchy with the relevant levels based on issue links (Additional Issue hierarchies) and then cascade the labels and status from Initiative and Feature (Issue link field dimensions).
Our data isn’t 100% clean but we are working towards a clear hierarchy of:
Initiative > Feature > Test with a test linked to a single feature, that feature linked to a single initiative.