Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Structure to show linked issues

Michael P_ Caputo September 6, 2023

I am trying to find the proper JCL syntax to only show the top level if the lower level fits a query.  FOr instance,  I have Features that are CHILDREN of Use Cases.   I want a list of all Features and their associated parent Use Case but ONLY show the the Feature if the Use case is a certain parameter.

1 answer

0 votes
Stepan Kholodov _Tempo_
Community Champion
September 7, 2023

Hello @Michael P_ Caputo 

If both Use Cases and Features are present in the structure and Features are displayed under their parent Use Cases, you can use a formula like this:

array#strict{if assignee="michael" : key}

where assignee="michael" is an example of a condition that Features should meet. As a result, for each Use Case the formula will list issuekeys of its features that match the given condition.

I hope this helps. If you need further assistance, please reach out to us directly at our support portal.

Best regards,
Stepan Kholodov
Tempo

Suggest an answer

Log in or Sign up to answer