The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL query filter

host321
May 10, 2022

When closing Sprint, there is an issue with closed tickets but opened subtasks.

Can smbd please help in writing JQL query for closed Story and Task but opened subtasks (statuses re-opened, blocked for development, code review, ready for retesting, testing) to find it quick?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
padraik
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 Champions.
May 10, 2022

Unfortunately, you can't do this in basic JQL.

However, there is a plugin (Scriptrunner) that will give your JQL some additional functionality.

When installed, your JQL would look like this:

 

type = sub-task and status in ("re-opened", "blocked for development", "code review", "ready for retesting", testing) and issueFunction in subtasksOf("status = closed")
host321
May 10, 2022

Without additional installation no way?

Because need permission on it

padraik
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 Champions.
May 11, 2022

correct, without an addon, JQL does not have this functionality

TAGS
AUG Leaders

Atlassian Community Events