Forums

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

JIRA JQL Query

Na Ha
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 8, 2024

Heyy , I am creating a Structure where i can see Resolved or Closed  issue from specific date , ,Type = Story and two Different " Story Type " . So I tried to insert the first type and try to insert another one and make it related to the first insert 

Project in ("...") AND type = Story AND "Story Type" = "Type A" AND status in ("Closed", "Resolved") AND issue in linkedIssuesOf("Project in ('..') AND type = Story AND 'Story Type' = 'Type B' AND status in ('Closed', 'Resolved') ") 

"Project in ('..') AND type = Story AND 'Story Type' = 'Type B' AND status in ('Closed', 'Resolved') ")  This is my First insert .

So the syntax is right but am not getting anything . 

I thought maybe i should insert all the condition in one Inssert JQL instead of two but know ow to . Can someone have an idea how i could find Type A issue related To Type B ?

i want to try it with fix version because they have same fixversion , but am using Derived Ticket (child) fix version only seen in Parent Ticket . Can i make it throught accessing to Parent ticket Type B and search for Type A there  ? 

1 answer

0 votes
Stepan Kholodov _Tempo_
Community Champion
February 8, 2024

Hello @Na Ha 

We recommend first trying the right results from a query at Issues | Search for issues. Once you come up with the query that returns the issues you need, you can use this query in the Insert generator for adding these issues to a structure.

Alternatively, if you want to:
1. Have issues of type B at the top level of the structure and
2. To have Type A issues to appear under them if
3. Type B and Type A issues are linked to each other,

then you can use the first inserter with the query you mentioned and use an Extend generator for adding all linked issues under Type B. If needed. you can then also add a Filter generator for only keeping Type A's that match a specific condition.

I hope this helps. If you need further assistance or have other questions about Structure, please reach out to us directly at our support portal and we'll get back to you shortly.

Best regards,
Stepan
Tempo (the Structure app vendor)

 

Suggest an answer

Log in or Sign up to answer