PUT /rest/api/2/notificationscheme/{id}/notification
Adds notifications to a notification scheme. You can add up to 1000 notifications per request.
Deprecated: The notification type EmailAddress
is no longer supported in Cloud. Refer to the changelog for more details.
Permissions required: Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID of the notification scheme. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
notificationSchemeEvents[] |
Array | Yes |
The list of notifications which should be added to the notification scheme. |
notificationSchemeEvents[].notifications[] |
Array | Yes |
The list of notifications mapped to a specified event. |
notificationSchemeEvents[].notifications[].parameter |
String | No |
The value corresponding to the specified notification type. |
notificationSchemeEvents[].notifications[].notificationType |
String | Yes |
The notification type, e.g |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.