Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning

Not available in next-gen projects. Please see the details here.


Info

To use this functionality you need to set-up "Checklists" custom field, or "Smart Checklist Progress". It depends on what main criteria you'd like to search for.

Smart Checklist supports JQL as an approach for searching checklist items values and checklist progress.

...

  • To search for issues with ALL completed checklists
    • Type in JQL: "Smart Checklist Progress" ~ "Done"

  • To search for all issues that contain checklists on your instance:
    • Type in in JQL: "Checklists" (or cf[CustomFieldID]) is not EMPTY 

Image Modified

  • To search for checklists containing specific items:
    • Type in in JQL: "Checklists" (or cf[CustomFieldID]) ~ "your item value":

Image Modified



Note

NB! At this moment, searching for Jira issues where a specific checklist item has completed/ incompleted status is unavailable.  This happens due to the following limitation: Jira does not index the special character of - and + 


No Format
Special characters

+ - & | ! ( ) { } [ ] ^ ~ * ? \ :

Special characters aren't stored in the index, which means you can't search for them. The index only keeps text and numbers, so searching for "\\[Jira Software\\]" and "Jira Software" will have the same effect - escaped special characters ([]) will be ignored in the search.

Source: https://confluence.atlassian.com/jirasoftwareserver0712/search-syntax-for-text-fields-959315338.html


...

Insert excerpt
Support
Support
nopaneltrue