run_sprint_audit
Run daily sprint audit: sync labels on blocking tasks, compute risk flags, update story due dates, calculate velocity, and write audit receipt. Supports dry-run.
Instructions
Run the daily PM audit for a sprint. Syncs sprint labels on blocking tasks, computes and applies pm-* risk flags, auto-updates story due dates to effective_completion_date, calculates velocity if committed_date is configured, and writes an audit receipt to the Root Epic. Supports dry_run mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, compute all changes but do not write to JIRA | |
| fix_version | Yes | fixVersion name identifying the sprint | |
| project_key | Yes | JIRA project key |