Jira create issue
This activity is used to create a new issue in Jira.
Parameters | Description |
---|---|
Connection |
Jira integration connections. |
Issue Type |
EPIC / User Story / Task / Bug |
ProjectKey |
Project key to where the issue will be created. |
Summary |
Title of the issue. |
Description |
Description of the issue. |
CustomFields |
Additional settings for Jira custom fields, formatted as JSON. |
ReporterId |
Identifier of the user reporting the issue. |
AssigneeId |
Identifier of the user to whom the issue will be assigned. |
Parameters | Description |
---|---|
Body |
Returns the JSON formatted response from the activity. |
StatusCode |
HTTP response code for the request. |
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
Id |
Unique identifier assigned for the issue. |
Key |
Project key assigned for the issue. |
↑