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

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

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events