sync_sprint_tasks
Aligns blocking task priorities and sprint labels with user stories in a JIRA sprint, upgrading task priorities and adding missing sprint labels while excluding tasks containing SIT or UAT.
Instructions
Sync blocking task priorities and sprint labels to match user stories in a sprint. For each story in the sprint, finds all blocking Tasks and: (1) upgrades task priority if lower than the story priority, (2) adds the sprint label if missing. Excludes tasks with "SIT" or "UAT" in their summary. Supports resumable execution via a temp state file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprint_name | Yes | fixVersion name identifying the sprint (e.g. "SIT-20/03/2026") | |
| project_keys | Yes | List of JIRA project keys to search for stories |