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: The status of all sub-tasks is Done, but the status of tasks is not Done.

Hi,
I want a JQL that contains all of the following:
The status of all sub-tasks is Done, but the status of tasks is not Done.

I've tried the JQL below, but it also contains values where all sub-tasks are not Done:
issuefunction in hassubtasks() AND status != Done AND issueFunction in parentsOf("status in (Done)")

Thanks to everyone who responded.

1 comment

Comment

Log in or Sign up to comment
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jul 09, 2022

Hi @박성우  - Welcome to the Atlassian Community!

You might try adding some parentheses to see if that helps. Try this:

(issuefunction in hassubtasks() AND status != Done) AND issueFunction in parentsOf("status in (Done)")

Thanks for the reply!
But the output is the same as the result I tried above.

TAGS
AUG Leaders

Atlassian Community Events