v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issues

Send notification for issue

Creates an email notification for an issue and adds it to the mail queue.

Permissions required:

post/rest/api/3/issue/{issueIdOrKey}/notify

Path parameters

issueIdOrKeystring required

ID or key of the issue that the notification is sent for.

Request body

htmlBodystring

The HTML body of the email notification for the issue.

subjectstring

The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary.

textBodystring

The plain text body of the email notification for the issue.

Response

Returned if the email is queued for sending.

{"stackTrail":"paths:/rest/api/3/issue/{issueIdOrKey}/notify:post:responses:204:content:application/json:schema","oasType":"schema","type":"unknown"}