jira_get_issue
Retrieve detailed information for a Jira issue using its key or URL, including status, assignee, priority, project, type, labels, components, timestamps, and description.
Instructions
Retrieve details for a specific Jira issue by key or URL. Use this when the user mentions an issue like "PAYWALL-943" or pastes a Jira link (e.g., https://your.atlassian.net/browse/PAYWALL-943). Returns status, assignee, priority, project, type, labels, components, timestamps, and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Additional issue details to include | |
| fields | No | Specific fields to retrieve | |
| issueKey | Yes | Issue key or full Jira URL (e.g., PROJECT-123 or https://your.atlassian.net/browse/PROJECT-123) |