jira_issue
Manage Jira issues by retrieving, creating, updating, deleting, transitioning, assigning, or reading changelogs with trimmed summaries and references to full payloads.
Instructions
Manage Jira issues: get, create, update, delete, bulk-create, list/perform transitions, assign, and read changelog. Returns trimmed summaries with refs to full payloads on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | No | ||
| fields | No | ||
| expand | No | Comma-separated expand list (e.g. changelog,transitions) | |
| update | No | ||
| historyMetadata | No | ||
| properties | No | ||
| transition | No | ||
| notifyUsers | No | ||
| deleteSubtasks | No | ||
| issueUpdates | No | Up to 50 issue update payloads | |
| accountId | No | ||
| startAt | No | ||
| maxResults | No | ||
| action | Yes | ||
| full | No | If true, skip the summary projection and return the raw Jira API response. |