get_issue
Retrieve detailed Jira issue information including status, assignee, description, and workflow data to understand current state before making updates.
Instructions
Retrieve detailed information about a specific Jira issue including status, assignee, description, comments, and workflow data. Use this to get current state before making updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Issue key (e.g., "PROJ-123") or numeric issue ID. This is the unique identifier for the issue. | |
| expand | No | Comma-separated list of additional data: renderedFields,names,schema,transitions,operations,editmeta,changelog | |
| fields | No | Specific fields to return (e.g., ["summary", "status", "assignee"]). If not specified, returns all fields. |