You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ticketgraph progress (MCP: tickets.progress): a token-cheap answer to "how far through the backlog am I". Points-based headline with ticket counts alongside, a status line, and a 20-cell bar. Deferred tickets are excluded so a run that defers work can still reach 100%. Unsized tickets count 0 points and are reported as unsized N. When nothing is sized the percentage falls back to tickets and says so.
--by epic|parent|type|tag appends one row per group, laggards first. Ungrouped tickets appear as (none). --by tag counts a ticket once per tag, so group totals can exceed the project total.
--format json returns the lossless structure with no bar string; --format table renders the group rows as a table. --project all aggregates across projects.