assign_issue_to_sprint
Assign an issue to a sprint using the Redmine Agile plugin, or remove it by passing null.
Instructions
Assigns an issue to a sprint (or removes it by passing null). Requires the RedmineUP Agile plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Numeric issue ID | |
| agile_sprint_id | Yes | Sprint ID to assign, or null to remove from sprint |