Currently, there's no way to locate all tickets that were created using a specific checklist template. JQL doesn't support searching by Template ID, which makes it difficult to audit or report on template usage across projects.
Proposed solution:
Add support for querying Template IDs directly in JQL, similar to: SmartChecklistTemplateId ~ 14
This would allow admins and users to quickly find all issues associated with a given template, which would be especially useful for auditing, reporting, and cleanup tasks at scale.
