Back to Prompt Library

Open to-do items by project

Counts all unresolved checklist items per project ranked by volume — a cross-job view not available in Knowify's native reporting.

Using my Knowify data, query ListItems where ObjectState is Active. Group by ProjectId and return a count of open to-do items per project. Include the project name. Sort by count descending.