...
"Smart Checklist" = itemStatusDateAssignee("TO DO", "2024-11-28", "john")
- will find all checklist items assigned to john with a due date 2024-11-28 and in TO DO status"Smart Checklist" = itemStatusDateAssignee("TO DO, IN PROGRESS", "*", "john smith"
) - will find all checklist items assigned to john smith are in TO DO or In progress status, regardless of the due date.
Find more details in the following article → JQL Search Checklists
Share Your Feedback on the Multiple checklists Upcoming Feature
...