Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter for requests that have recently added sub-tasks

Yaroslav Klimenko
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 25, 2023

I would like to select requests that have sub-tasks that have been added to it recently. How can it be done?

2 answers

2 accepted

1 vote
Answer accepted
Charlotte Santos -Appfire-
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.
August 25, 2023

Hi @Yaroslav Klimenko 

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

1 vote
Answer accepted
Marc - Devoteam
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.
August 25, 2023

Hi @Yaroslav Klimenko 

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 

jql-tricks 

Or search the marketplace for more options

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events