Forums

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

Query results returning epics and not stories

jlcbeck
May 3, 2018

Am trying to run a query that shows me all of the user stories/tasks that are not assigned to an epic within a project. The below query only returned epics.

"Epic Name" is not EMPTY AND project = Pipelines

2 answers

2 accepted

0 votes
Answer accepted
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 Champions.
May 3, 2018

Ah, yes, this one is delightfully confusing.

Epic Name is a sentence that goes on an Epic.  It's only ever put on the Epics.

Epic Link is the link from a Story (or other issue) to the Epic with the name.

So, your query returns Epics because it's looking for data in a field that is only ever on Epics.  Try looking at the link instead:

"Epic Link" is not EMPTY AND project = Pipelines

jlcbeck
May 3, 2018

Many thanks for the quick response!

0 votes
Answer accepted
Mikael Sandberg
Community Champion
May 3, 2018

Welcome to the Atlassian Community!

Use "Epic Link" instead of "Epic Name". The Epic Name is the short name for the epic, Epic Link is the relational link to determine an issue's parent epic.

jlcbeck
May 3, 2018

Thanks for the quick response!

Suggest an answer

Log in or Sign up to answer