get_issue
Retrieve a Jira issue's details by ID or key. Specify fields, properties, or expand to get exactly the information you need.
Instructions
Get issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Use [expand](#expansion) to include additional information about the issues in the response. This parameter accepts a co | |
| fields | No | A list of fields to return for the issue. This parameter accepts a comma-separated list. Use it to retrieve a subset of | |
| failFast | No | Whether to fail the request quickly in case of an error while loading fields for an issue. For `failFast=true`, if one f | |
| properties | No | A list of issue properties to return for the issue. This parameter accepts a comma-separated list. Allowed values: * | |
| fieldsByKeys | No | Whether fields in `fields` are referenced by keys rather than IDs. This parameter is useful where fields have been added | |
| issueIdOrKey | Yes | The ID or key of the issue. | |
| updateHistory | No | Whether the project in which the issue is created is added to the user's **Recently viewed** project list, as shown unde |