jira_write
Create or update Jira issues, tasks, and comments through natural language. Supports transitions and attachments without data loss.
Instructions
Create or update Jira resources (non-destructive).
Call with operation="help" to list all available write operations. Otherwise pass the operation name and a JSON object with parameters.
Example: jira_write(operation="CreateIssue", params={"project_key": "PROJ", "issue_type": "Task", "summary": "Fix login bug"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |