Versions Compared

Key

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

...

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

or go to the Search view and use one of the following statements:

...

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

or go to the Search view and use one of the following statements:

...

Code Block
activeChecklistItems > 0

e.g.:

Search issues containing given number of

...

items

Go to any issue page, expand Checklist dropdown, and select "Number of uncompleted items" from the search menu.orSearch view and use the following statement:

Code Block
checklistItemsCount = 3

Search issues containing given number of unchecked items

Go to Search View view and use the following statement:

Code Block
activeChecklistItems = 3

...

Image Removed

Search issues containing items with given text

...

Go to Search View and use the following statement:

No Formatcode
hasActiveChecklistItems = "false"

...