Notification
Notifications are ways to communicate with your teams and let them know the status of your Pipelines in Code Stream.
{
"eventGroup": "COMPLETED",
"jiraResponse": {
"ID": "VRCS-23",
"link": "/link/to/Jira/issue/VRCS-23"
},
"providerType": "Email/Slack/Jira",
"responseCode": 200,
"responseMessage": 200,
"stage": "string",
"success": true,
"task": "string"
}
The event on which this Notification is triggered.
Only for Jira. Contains the Jira issue ID for creating a ticket.
Mode of transmission of this Notification.
Only for Jira/Webhook. Specifies any HTTP response code received from any REST calls related to the Notification.
Only for Jira/Webhook. Specifies any HTTP response message received from any REST calls related to the Notification.
Stage that this Notification belongs to.
Flag that represents if the Notification was successfully posted or not.
Task that this Notification belongs to.