manageJiraSprint
Create, start, update, or close Jira sprints and add issues to them via the Agile API to organize and track team work.
Instructions
Create, populate, start, update, or close a sprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| name | No | ||
| endDate | No | ISO-8601, required for start | |
| sprintId | No | Required for start/close/update/addIssues | |
| issueKeys | No | Required for addIssues | |
| operation | Yes | ||
| startDate | No | ISO-8601, required for start | |
| originBoardId | No | Required for create |