Documentation for Automation with AWS AWS 1.1 – other releases are available in the Automation with AWS Documentation Directory.
View

Unknown macro: {spacejump}

or visit the current documentation home.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Description

The JIRA ${comment} entity provides information about a comment, such as author and body.

Shape

Notification shape (JSON)
{
  "description": "<a description>",
  "emailSubject: "<the email subject>",
  "htmlEmailContent": "<the HTML email content>",
  "imContent": "<the instant messaging content>",
  "textEmailContent": "<the text email content>"
}

ContextJIRA
Since1.0
Status

STABLE

The JIRA ${comment} entity returns the same JSON shape returned from the JIRA REST API when a comment is retrieved – refer to the GET /rest/api/2/issue/{issueIdOrKey}/comment documentation for details.

  • No labels