I would like to select requests that have sub-tasks that have been added to it recently. How can it be done?
I’m Charlotte, a support engineer at Appfire and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all requests that have subtasks:
issue in parentsOfSubtasksInQuery("") AND type = Request
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Charlotte
This would require an app to be able to achieve this vanilla JQL can only do this on a single issue.
Example: Parent = (TEST-1) OR key in linkedIssues("TEST-1")
Apps that do extended JQL:
jql-search-extensions-for-jira
Or search the marketplace for more options
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.