Move Issues to Backlog
jira_move_issues_to_backlogMove specified Jira issues from their current sprint to the backlog.
Instructions
Move issues to the backlog, removing them from any sprint.
Args: ctx: The FastMCP context. issue_keys: Comma-separated issue keys.
Returns: JSON string with success message.
Raises: ValueError: If in read-only mode or Jira client unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_keys | Yes | Comma-separated issue keys (e.g., 'PROJ-1,PROJ-2') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |