How can I search by parentEpic's due date with JQL

Algorigo Inc June 19, 2019

I want to search issues which's parent epic's due date is under 3days

how can i do it with JQL

2 answers

0 votes
Nikhil July 18, 2019

Hi @Algorigo Inc 

We can get the list  linked issues that are in different status using the plugin"JQL Search Extensions"

JQl:- issue in allIssuesInEpic("duedate > -3d") gives you the list of all the issues and subtasks of epic which has a duedate under 2 weeks

Documentation can be found here

0 votes
Thomas Magny-Garcia
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.
June 19, 2019

Hello !

Maybe something like issueFunction in issuesInEpics("duedate > -3d") may help you !

Suggest an answer

Log in or Sign up to answer