Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variable

Description

Code Block
issue

If the email being processed has been associated with an existing issue, this contains the issue data. Format is as per the Get Issue response from the Jira REST API.

Code Block
message.getSubject()

Represents the value of the subject header of the email that is being processed.

Code Block
message.getBody()

Represents the value of the resolved body content of the email that is being processed.

Getting the issue ID

Code Block
issue.id
Filter by label (Content by label)
showLabelsfalse
max5
sortmodified
showSpacefalse
reversetrue
cqllabel in ( "custom-field-default" , "scripting" , "issue" ) and space = "JEMHC" and type = "page"