/
Search for checklist by assignees
Search for checklist by assignees
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:
issue.property[SmartChecklist].assignees ~ currentUser()
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
Note: don’t use “@” symbol
Search by custom mention
issue.property[SmartChecklist].assignees ~ HRTeam