jira_write
Perform create or update operations in Jira, including issues, comments, transitions, and attachments. Use 'operation' to specify the action and 'params' for required details.
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 |