Skip to main content
Skip table of contents

❔FAQs

How to search for tickets with checklists within projects?

Checklist application stores multiple checklist attributes as Issue Columns, one of which is “Total Items”. One can use this to find number of issues that have a checklist.

Here is how you can search for open checklists with projects if you want to disable the checklist app from a project. You can use the below JQL and a list will appear:

project = "Project Name" and "Total Items" > 1

This can be used as JQL for a Pie widget inside dashboard that will provide a visual representation of usage across projects.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.