Versions Compared

Key

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

...

Where keys and values do not match Jira custom fields or appropriate values, JEMH Aliases allow a) complete key+value conversion into different key+values, b) key replacement, bc) value replacement, this feature allows translation of external values into 'internal' values suitable for use.

...

Here is an example of the AtFormat showing common sources of this problem.

Expected

Won't work

Caused by HTML


Code Block
@priority=blocker
@issueType = bug



Code Block
@priority=blocker @issueType = bug


Code Block
@priority=blocker
 
@issueType = bug



Code Block
<div><span>@priority=blocker</span></div>
<div><span>@issueType = bug</span></div>
  • If DIV whitespace settings do not include whitespace Before or After, directives will be concatenated, breaking format

  • if DIV and SPAN whitespace settings include a Before or After, the DIV and SPAN newlines will add up, injecting an empty line, breaking format


Exporting from Audit History

...