Versions Compared

Key

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

...

  1. Navigate to the “Incoming Mail” section of Jira Administration.

  2. Select the mail handler you would like to use Mapping on or follow these instructions for Creating Your First In-Mail Handler .

  3. Choose the “Parser” section and select which parser you would like to use. Keep in mind the formats from the parent page: Mapping Formats and Support .

  4. Choose the “Mapping” section and then the “Mapping” tab to map your keywords to Jira fields. You can also set default values in the “Default” section.

    Image RemovedImage Added

  5. Map your keywords to fields as you see fit. Each mapping corresponds to key/value pairs that will be expected in the body of the email, depending on the parser type chosen.

    Image RemovedImage Added

Example

Consider the Mapping configuration above.

...

  1. Specify field values rather than field IDs.
    Ex: Instead Write <issuetype>MyTaskType</issuetype> instead of <issuetype>10000</issuetype>, write <issuetype>MyTaskType</issuetype>

  2. For multiple-value fields, separate the options by commas (,)
    Ex: Write <comps>Comp1, Comp2</comps>. ( or comps:”Comp1, Comp2” for the JSON parser.
    Note: Spaces between values are ignored.)

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@11b11
showSpacefalse
sortmodified
typepage
reversetrue
labelskb-how-to-article
cqllabel = "kb-how-to-article" and type = "page" and space = "IHP"

...