We have a new documentation site. Please go here to see the latest.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Issue Checklist offers following built-in search functions (they are available directly from the Issue View page): 

Each function redirects to Issue Search page and uses JQL so search statement can be combined with other JQL clauses (see examples below). 

There is also Advanced Search functionality available.

Search issues containing checklist items

Go to any issue page, expand Checklist dropdown, and select "Any items" from the search menu.

or

Go to Search View and use hasChecklistItems = "true" statement as presented below

Search issues containing unchecked items

Go to any issue page, expand Checklist dropdown, and select "Uncompleted items" from the search menu.

or

Go to Search View and use hasActiveChecklistItems = "true" statement as presented below

Search issues containing given number of unchecked items

Go to any issue page, expand Checklist dropdown, and select "Number of uncompleted items" from the search menu.

or

Go to Search View and use activeChecklistItems = 3 statement as presented below

Search issues containing items with given text

Go to any issue page, expand Checklist dropdown, and select "Item text" from the search menu.

or

Go to Search View and use checklistItems ~ "Firefox" statement as presented below


The above search does not work if "View Checklist" permission has been activated. In that case, use advanced search to find issue with a given checklist text.

Search for issue containing completed (or deleted) checklist

Go to Search View and use the following statement:

hasActiveChecklistItems = "false"

Need more options? Check Advanced Search functionality. 

Troubleshooting

Issue Checklist tells Jira to use issue entity properties to provide the following features:

Therefore, the Issue Checklist must be able to set issue entity properties (which is the default behavior). 

However, Issue Checklist might not be able to set issue entity property if jira.permission.* workflow property is set on a workflow step. For example, the following property will prevent Issue Checklist from setting issue properties, and features listed above won't work correctly:

Solution: please remove jira.permission.* workflow property and use standard Jira permissions to control who can edit the issue. 

  • No labels