Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

JQL to find all sub-tasks that are "pending/not done" but their parent is Done/resolved

Is there a way in Jira cloud to extract the above info without using issue function subtaskof and parentof. I am unable to use these since I don't have script runner licence.

 

 

1 answer

1 accepted

0 votes
Answer accepted
Charlotte Santos
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.
Oct 11, 2023

Hi @Ayush Ghuliani

I’m Charlotte, a support engineer at Appfire and I’m here to help you.

Unfortunately, using vanilla JQL, 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 the sub-tasks that are not done but their parents are: 

issue in subtasksOfParentsInQuery("status = done") AND status != Done 

Please contact our support if you have any other questions about this query.

We’ll be happy to help you!

Best regards,

Charlotte

alright. thanks a lot 

Like Charlotte Santos likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events