Retrieves the details of a specific Jira issue using its key.
For authentication setup, see Jira issue actions.
Input Field | Optionality | Type | Description | Example |
|---|---|---|---|---|
authToken | Required | String | Base64-encoded string of |
|
domain | Required | String | Your Jira Cloud instance domain (company name). Used to construct the base URL |
|
issueKey | Required | String | The key of the Jira issue to retrieve. |
|
parameters | Optional | Map | Optional URL query parameters for the Jira API request. See the parameters reference table below. |
|
selectors | Optional | List | A list of named expressions to extract specific values from the response. |
|
Parameters reference
Parameter | Type | Description | Default |
|---|---|---|---|
fields | array<string> | A comma-separated list of fields to return for the issue. Use | All fields |
fieldsByKeys | Boolean | Whether fields in |
|
expand | String | Comma-separated list of additional information to include. Options: | |
properties | array<string> | A comma-separated list of issue properties to return. Use | |
updateHistory | Boolean | Whether to add the issue's project to the user's recently viewed project list in Jira. Also populates the |
|
failFast | Boolean | When |
|
Output Field | Type | Example |
|---|---|---|
response | Object | |
success | Boolean |
|
errorMessage | String | |
Workflow example |
|---|
|