Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

JQL to display the list of overdue epics ?

Vinayak Biradar July 4, 2023

Hello all.
I need an JQL to display the list of epics which wil display epics which are overdue with reference to due date ?

Also JQL for epics which will be due in next 30 days ? 

 

Thanks for the support in advance.

4 answers

3 accepted

3 votes
Answer accepted
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 4, 2023

Hi Vinyak - Welcome to the Atlassian Community!

For the first one, try: project = ABC and issuetype = Epic and duedate <= startOfDay() and statusCategory != Done

For the next 30 days:

project = ABC and issuetype = Epic and duedate >= endOfDay(-30) and duedate <= endOfDay(30) and statusCategory != Done

1 vote
Answer accepted
Kseniia Trushnikova
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 4, 2023

Hi,

issuetype = Epic AND due <= "0"

issuetype = Epic AND due <= 30d

1 vote
Answer accepted
Diogo Teles
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.
July 4, 2023

The JQL you would use to display the list of epics which are overdue would be something like this:

issuetype = Epic AND duedate < now()

This will list all Epics where the due date is in the past (overdue).

For the second part of your question, to find the Epics which will be due in the next 30 days, you would use this JQL:

issuetype = Epic AND duedate >= now() AND duedate <= 30d

0 votes
Vinayak Biradar July 11, 2023

Thanks all

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
atlassian, ace, atlassian community event, donation, girls who code, women in tech, malala fund, plan international, kudos, community badge, badge, atlassian badge, International Women’s month, International Women’s Day, women's month, women's day

10 for Change at Atlassian Community Events

Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!

Join an Atlassian Community Event!
AUG Leaders

Upcoming Jira Events