get_issue
Retrieve specific details of a Jira issue, including fields and properties, by providing its ID or key. Supports additional options like error handling and expanded data inclusion.
Instructions
Retrieve details about an issue by its ID or key.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expand | No | Additional information to include in the response | |
failFast | No | Fail quickly on errors | |
fields | No | Fields to include in the response | |
issueIdOrKey | Yes | ID or key of the issue | |
properties | No | Properties to include in the response |