Creates a new Jira issue.
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 |
|
projectKey | Required | String | The key of the Jira project in which to create the issue. |
|
summary | Required | String | A brief summary or title for the new issue. |
|
description | Required | String | A detailed description for the issue. |
|
issueTypeName | Required | String | The type of issue to create. |
|
parentKey | Optional | String | The key of the parent issue. Used to create subtasks or child issues. |
|
labels | Optional | List | A list of labels to apply to the issue. |
|
fields | Optional | Map | A map for all other issue fields not listed above, including priority, assignee, components, and custom fields. To get all fields with allowed values for an issue type, use |
|
selectors | Optional | List | A list of named expressions to extract specific values from the response. |
|
Fields reference
Field | Type | Description |
|---|---|---|
priority | Object | Issue priority. Example: |
assignee | Object | User to assign the issue to. Example: |
reporter | Object | User reporting the issue. |
components | Array | Project components to associate with the issue. Example: |
duedate | Date | Due date for the issue. Example: |
fixVersions | Array | Fix version(s) for the issue. |
environment | String | Description of the environment in which the issue occurred. |
customfield_10016 | Integer | Story point estimate. |
customfield_10001 | Team ID | Team associated with the issue. |
customfield_10020 | Array | Sprint association. |
customfield_10022 | Date | Target start date. |
customfield_10023 | Date | Target end date. |
Output Field | Type | Example |
|---|---|---|
response | Object | |
success | Boolean |
|
errorMessage | String | |
Workflow example |
|---|
|