Add Issues to Sprint
jira_add_issues_to_sprintAdd Jira issues to a sprint by specifying sprint ID and issue keys. This tool enables sprint planning when API tokens are unavailable, using browser authentication for Atlassian instances behind corporate SSO.
Instructions
Add issues to a Jira sprint.
Args: ctx: The FastMCP context. sprint_id: The ID of the sprint. 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 |
|---|---|---|---|
| sprint_id | Yes | Sprint ID to add issues to | |
| issue_keys | Yes | Comma-separated issue keys (e.g., 'PROJ-1,PROJ-2') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |