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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.