How to filter based on checklist tasks completed under each checklist heading
-
Navigate to Filters and View all issues in Jira.
-
If you are on basic search, switch to JQL.
-
Clear the entered search and start typing “Didit grouped tasks…”
-
Enter a similar JQL as below. You need to use the "" and "" to start and end to do an exact text search.
"Didit grouped tasks completed percentage" ~ "\" Preparation: 0\""
-
The above search will show all issues that have a Preparation Heading in the checklist with 0 percent tasks completed. The JQL can be adapted to suite other examples such as below.
"Didit grouped tasks completed percentage" ~ "\" Preparation: 100\"" "Didit grouped tasks completed percentage" !~ "\" Preparation: 100\"" "Didit grouped tasks completed percentage" !~ "\" Preparation: 0\""
You can also use this JQL in an automation rule as a condition.
For more information on automation rules, visit our automation examples page
Link to this page: https://seibert.biz/diditgroupedtasksfilter