Versions Compared

Key

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

...

Field Processor

Example

Notes

X-JEMH Header Field Processor

Code Block
X-JEMH-issueKey: JDP-19
X-JEMH-description: Hello, World!

#Prefix Field Processor

Code Block
#description="Hello, World!"
[#issueKey=JDP-19]

  • This field processor parses the email subject only

  • String values are wrapped with quotation marks

@Prefix Field Processor

Code Block
@description=Hello, World!
@issueKey=JDP-19

This line is the start of the email text content. Note the blank separating line above.

  • Keys are prefixed with an at-symbol @

  • Directive must be located at the top of the email body

  • There must be one newline between directive lines otherwise value is considered multi-line

  • Multi-line fields will continue until end of body, or until another directive is found

  • The end of the directives and start of actual body content is denoted by the use of one empty line between between Directives and Body

  • @Prefix cannot be used alongside Colon Suffix Field processor.

Colon Suffix Field Processor

Code Block
description:Hello, World!
issueKey:JDP-19

  • Keys suffixed with a colon :

  • Directive must be located at the top of the email body

  • There must be one newline between directive lines

  • Multi-line fields will continue until end of body, or until another directive is found

  • Colon Suffix cannot be used alongside At Prefix Field processor.

Nagios Field Processor

Nagios Field Processor Guide

Regexp Field Processor

Regexp Field Processor Guide

...