The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL for linked to specific issue

JR85
January 27, 2025

I want to create a filter which shows me all tickets which are linked to a specific epic. How is the JQL command for this?

It does not work if i use the command for text. I just end up with the epic itself.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Kawan Diogo
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.
January 27, 2025

Hi @JR85 

 

To search for issues in a specific epic, you can use the "Epic Link" field in your query. This allows you to find all issues linked to the referenced epic.

 

In JQL with your conditions, put:

"Epic Link" = EPIC-123

 

If you want the issues linked in the epic, and not the epic link, you can try this one:

 

issue in linkedIssues(EPIC-123)

 

 

Let me know if this helps you.

Best Regards.

JR85
January 27, 2025

Thanks that worked like a charm!

Kawan Diogo
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.
January 27, 2025

I'm glad it worked well.

If you have other topics to discuss, feel free to ask.

Don't forget to mark the answer as accepted to close your question.

Like Layssa Souza likes this