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

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 Leaders.
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 Leaders.
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

Suggest an answer

Log in or Sign up to answer