Forums

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

Compound JQL queries?

Ben J
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!
June 5, 2016

How can I create a compound query (filter) that searches both Epics and Stories (via a join) and then shows multiple (and some duplicate) attributes (e.g. "Summary") for both the Epics and Stories in a single listing.

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2016

JQL is for finding issues, it has nothing to say about what to display about them.

So, the first part of your question is easy - issuetype in (Epic, Story)

The second part about displaying them simply goes back to what you are displaying the filter in.  If it's the issue navigator, you can tell it to show you the summaries and sort by them for example.

Suggest an answer

Log in or Sign up to answer