Forums

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

in Jira Cloud. I am using new issue types and CANNOT filter "Epic Link" as drop down blank

Kyle Faulkner
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!
September 12, 2019

So I have a project based on the new type (not classic).

I have created 3 epics.

I have linked issues to these epics (by add parent)

All seems to be good.

But filter seems to say all Epic Links are blank (i display and they are blank).

So are parent's different than epic links?  

I searched a lot online (lots of it old) and I don't have much success in finding a solution.

Basic does not work (blank "Epic Link") and JQL does not work 

project = "Project Name" and ("Epic Link" = XXX-001 or "Epic Link" = XXX-002)

Any ideas?

1 answer

1 accepted

0 votes
Answer accepted
Inactive Stephen
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.
September 13, 2019

Hi @Kyle Faulkner

You can use "parent = " as an alternative - so for example:

project = XXX and parent in (XXX-001, XXX-002)

^ This should do the trick. There is an enhancement being progressed to enhance this feature - see JSWCLOUD-17239

Ste

Kyle Faulkner
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!
September 13, 2019

this worked.  Just not in basic advanced search yet).  Googling did not locate so appreciate the answer.  Thanks.

Suggest an answer

Log in or Sign up to answer