Versions Compared

Key

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

Table of Contents

...

Field ProcessorExampleNotes
Mail Header
X-JEMH Header Field Processor


No Format
X-JEMH-issueKey: JDP-19
X-JEMH-description: Hello, World!


Included in the raw email.
Mail Subject

#Prefix Field Processor


No Format
#description="Hello, World!"
[#issueKey=JDP-19]


Strings wrapped with quotes.
Mail Body

@Prefix Field Processor

(Preferred)


No Format
@description=Hello, World!
@issueKey=JDP-19


Keys prefixed with "@".Newline mandatory.

Must go at top of body.

ONE Newline between directive lines otherwise value is considered multi-line.

Multi-line fields will go until end of body, or until another directive is found.

ONE Empty line between between Directives and Body

Colon Suffix Field Processor


No Format
description:Hello, World!
issueKey:JDP-19


Keys suffixed with ":".

Newline mandatory.

Must go at top of body.

Multi-line fields will go until end of body, or until another directive is found.

Nagios Field ProcessorNagios Field Processor Guide

Regexp Field Processor

Regexp Field Processor Guide

...

You can use either field name (case insensitive) or field id (like customfield_10001) as directive key. Multiple values are comma separated.

...