I want to search issues which's parent epic's due date is under 3days
how can i do it with JQL
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.
Hello !
Maybe something like issueFunction in issuesInEpics("duedate > -3d") may help you !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.