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 5 Current »

Description

The Bamboo ${notification} entity provides information about a notification, such as description and email subject.

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>"
}

ContextBamboo
Since1.0
Status

STABLE


The Bamboo ${notification} entity returns the following JSON 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>"
}

  • No labels