Generate a standup summary with jirac.
Steps:
- Check that
jiracis available by runningjirac --version. - If the user names a project, pass
-p / --project. - If the user gives custom filtering, use
--jqlinstead. - Run
jirac issue standup. - Present the generated buckets clearly.
Examples:
- "generate my standup" →
jirac issue standup - "standup for PROJ" →
jirac issue standup -p PROJ - "standup from this query" →
jirac issue standup --jql 'assignee = currentUser() AND project = PROJ ORDER BY updated DESC'