Forums

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

JQL for Epic

Gor Greyan
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 7, 2026

Hi, Dear Community,

I need a JQL that will retrieve all Epics, where all issues in the Epic are in the Done Category status.

Thanks in Advance.

1 answer

1 accepted

5 votes
Answer accepted
Marc -Devoteam-
Community Champion
May 7, 2026

Hi @Gor Greyan 

This is not doable using native JQL.

You will need a 3rd party app for this or query the database (backup first), still not recommended.

Gor Greyan
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 7, 2026

Hi @Marc -Devoteam-

Thanks for the answer.

I have Scriptrunner, but couldn't find any appropriate JQL. Do you know any?

Marc -Devoteam-
Community Champion
May 7, 2026

Hi @Gor Greyan 

As you are on DC, you could use;

  • issueFunction in issuesInEpics("statusCategory = 'Done'")

 

See documentation: issue-links#issuesInEpics 

Like # people like this
Gor Greyan
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 7, 2026

Dear @Marc -Devoteam-

Thanks a lot, my friend.

Like Marc -Devoteam- likes this

Suggest an answer

Log in or Sign up to answer