jira_write
Create and update Jira issues, comments, transitions, and attachments in Jira Cloud. Pass an operation and JSON parameters to manage project resources without destructive changes.
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 |