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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.