Generate a sprint summary with jirac.
Steps:
- Check that
jiracis available by runningjirac --version. - Determine the Jira project key.
- If the user names a sprint, pass
--sprint; otherwise summarize the open sprint. - Run
jirac issue sprint-summary -p <PROJECT>. - Present the totals and grouped issues clearly.
Examples:
- "summarize the current sprint in PROJ" →
jirac issue sprint-summary -p PROJ - "summarize Sprint 24 in PROJ" →
jirac issue sprint-summary -p PROJ --sprint 'Sprint 24'