...
This is where you define the HTML conversions rules for this project. As Jira cloud uses Wiki Markup within the Issue view, it means that JEMHC needs to convert the HTML tags into the Relevant Wiki Markup tags so that the issue description/Comment will use the same formatting as the incoming HTML email.
Whitespace Settings
...
Tables (TABLE)
Div (DIV)
Paragraph (P)
Span (SPAN)
Image (IMG)
Break (BR)
Rich Formatting
Current Tag This section defines if and how certain formats should be converted into Wiki Markup. Current options are:
HTML Tag | Options |
---|
Tables (TABLE) | None - No formatting will be applied. Wiki - Will be converted to use Wiki markup.
|
Link (A) | None - Will not be formatted within issue Summary - Extracts all Links and adds a summary of all links to the bottom of the Description/Comment. Inline - Will render the link within the Description/Comment.
|
Blockquote (BLOCKQUOTE) | None - Quoted text will not be formatted as a quote Quoted - This will retain the Quoted text format.
|
Code (CODE) | Code - Keeps Code block formatting Code-with-title - Keeps Code block formatting and includes the title. No Format - Does not keep the Code block formatting
|
Heading Level (H1, H2, etc.) | None - Will not format any headings h1 - Will only format headings that are h1 h2 - Only formats headings that are h1 or h2 h3 - Only formats headings that are h1, h2 or h3 h4 - Only formats headings that are h1, h2, h3 or h4 h5 - Only formats headings that are h1, h2, h3, h4 or h5
|
Ordered List (OL) | None - Does not format Ordered Lists On - Keeps the Ordered List format
|
Unordered List (UL) | None - Does not format Unordered Lists On - Keeps the Unordered List format.
|
Horizontal Rule (HR) | None - Horizontal Rule will not be included within Description/Comment With-No-whitespace - Applies Horizontal Rule with no whitespace between the rule and text With-whitespace - Applies Horizontal Rule with a whitespace between the rule and text Textline - Adds the Horizontal Rule using “----” instead of the Divider element.
|
Image (IMG) | None - This will not include the image within the Description/Comment. Full-size - Inline image as full-size Thumbnail - Inlines Thumbnail version of image. See-attached - Adds (See attached) tag where the image should be inlined within the text. Full-size (exclude external URLs) - Inlines image as full-size. This option will not inline images added by external URLs. Thumbnail (exclude external URLs) - Inlines Thumbnail version of image. This option will not inline images added by external URLs. See-attached (exclude external URLs) - Adds (See attached) tag where the image should be inlined within the text. This option will not add a tag for images added by external URLs.
|
Image (IMG) attributes | This is where you define some additional image attributes that will be applied to all inlined images |
Text Formatting
This section defines if and how certain styles should be converted into Wiki Markup. Current options are:
HTML Tag | Option |
---|
Superscript (SUP) | None - This will not superscript the values when found within HTML On - Will superscript values when found within HTML. e.g. a2
|
Subscript (SUB) | None - This will not subscript the relevant values when found within HTML On - Will subscript values when found within HTML. e.g. a2
|
Text Colour | None - This will not apply any colour changes to text. On - Applies the colour changes for the relevant text.
|
Bold (B) | None - Will not show text using the Bold format On - Will show text using the Bold format
|
Italic (I) | None - Will not show text using the Italic format On - Will show text using the Italic format
|
Underline (U) | None - This will not underline any text On - This will underline the relevant text
|
Strike (STRIKE) | None - This will not strikethrough any text On - Will strikethrough the relevant text. e.g. text
|