OptionalcommentOptionalauthor?: {OptionalaccountId?: stringThe account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
OptionalaccountType?: stringThe type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)
Optionalactive?: booleanWhether the user is active.
OptionalavatarUrls?: {Optional16x16?: stringThe URL of the item's 16x16 pixel avatar.
Optional24x24?: stringThe URL of the item's 24x24 pixel avatar.
Optional32x32?: stringThe URL of the item's 32x32 pixel avatar.
Optional48x48?: stringThe URL of the item's 48x48 pixel avatar.
OptionaldisplayName?: stringThe display name of the user. Depending on the user’s privacy settings, this may return an alternative value.
OptionalemailAddress?: stringThe email address of the user. Depending on the user’s privacy settings, this may be returned as null.
Optionalself?: stringThe URL of the user.
OptionaltimeZone?: stringThe time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.
Optionalbody?: {The comment text in Atlassian Document Format.
Optionalcreated?: DateThe date and time at which the comment was created.
Optionalid?: stringThe ID of the comment.
OptionaljsdAuthorCanSeeRequest?: booleanWhether the comment was added from an email sent by a person who is not part of the issue. See Allow external emails to be added as comments on issuesfor information on setting up this feature.
OptionaljsdPublic?: booleanWhether the comment is visible in Jira Service Desk. Defaults to true when comments are created in the Jira Cloud Platform. This includes when the site doesn't use Jira Service Desk or the project isn't a Jira Service Desk project and, therefore, there is no Jira Service Desk for the issue to be visible on. To create a comment with its visibility in Jira Service Desk set to false, use the Jira Service Desk REST API Create request comment operation.
Optionalproperties?: { key?: string; value?: unknown; [key: string]: unknown }[]A list of comment properties. Optional on create and update.
OptionalrenderedBody?: stringThe rendered version of the comment.
Optionalself?: stringThe URL of the comment.
OptionalupdateAuthor?: {OptionalaccountId?: stringThe account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
OptionalaccountType?: stringThe type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)
Optionalactive?: booleanWhether the user is active.
OptionalavatarUrls?: {Optional16x16?: stringThe URL of the item's 16x16 pixel avatar.
Optional24x24?: stringThe URL of the item's 24x24 pixel avatar.
Optional32x32?: stringThe URL of the item's 32x32 pixel avatar.
Optional48x48?: stringThe URL of the item's 48x48 pixel avatar.
OptionaldisplayName?: stringThe display name of the user. Depending on the user’s privacy settings, this may return an alternative value.
OptionalemailAddress?: stringThe email address of the user. Depending on the user’s privacy settings, this may be returned as null.
Optionalself?: stringThe URL of the user.
OptionaltimeZone?: stringThe time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.
Optionalupdated?: DateThe date and time at which the comment was updated last.
Optionalvisibility?: {Optionalidentifier?: string | nullThe ID of the group or the name of the role that visibility of this item is restricted to.
Optionaltype?: "role" | "group" | string & {}Whether visibility of this item is restricted to a group or role.
Optionalvalue?: stringThe name of the group or role that visibility of this item is restricted to. Please note that the name of a group
is mutable, to reliably identify a group use identifier.
OptionalissueOptionalchangelog?: {Optionalhistories?: {The list of changelogs.
OptionalmaxResults?: numberThe maximum number of results that could be on the page.
OptionalstartAt?: numberThe index of the first item returned on the page.
Optionaltotal?: numberThe number of results on the page.
Optionaleditmeta?: { fields?: Record<string, any>; [key: string]: unknown }Optionalexpand?: stringExpand options that include additional issue details in the response.
Optionalfields?: Record<string, any>OptionalfieldsToInclude?: {Optionalid?: stringThe ID of the issue.
Optionalkey?: stringThe key of the issue.
Optionalnames?: Record<string, any>The ID and name of each field present on the issue.
Optionaloperations?: { linkGroups?: LinkGroup[]; [key: string]: unknown }OptionallinkGroups?: LinkGroup[]Details of the link groups defining issue operations.
Optionalproperties?: Record<string, any>Details of the issue properties identified in the request.
OptionalrenderedFields?: Record<string, any>The rendered value of each field present on the issue.
Optionalschema?: Record<string, any>The schema describing each field present on the issue.
Optionalself?: stringThe URL of the issue details.
Optionaltransitions?: {The transitions that can be performed on the issue.
OptionalversionedRepresentations?: Record<string, any>The versions of each field on the issue.
OptionalmatchedThe registrations this delivery answered. Present only on a webhook registered through the REST API, where one event can match several of them at once.
When Jira raised the event, in milliseconds since the epoch.
The event, and the field to switch on.
A comment was added, edited or removed.
Undocumented as a payload of its own —
commentandissueare named after the entities the event concerns. Note that a comment on an issue also raisesjira:issue_updated, which is documented and carries the comment.