Versions Compared

Key

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

It is possible to search for checklist items by assigned/mentioned users with Jira’s JQL search.

Search by currently logged user

Go to Advanced issue search and type:

...

The JQ: search will return all Jira issues with assignees mentioned in checklist items

...

Search by any user

issue.property[SmartChecklist].assignees ~ 557058:92eea4c7-8696-447f-9d05-b625db07be7f

...