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.

...

It is possible to limit what users can do with Directives by setting a whitelist, perhaps just with 'priority' or even specific Alias keys that have been defined.  Directives can be limited by Allowlist or Blocklist, using both is a little nonsensical, but will mean within the set of Allowlisted directives. Those that are Blocklisted are then discounted.  

...

Directive Groups

Directive Groups are used to define the User groups that the sender must be part of. If they do not have one of the groups defined then the matched directives will not be processed.

...

Parsing and outcome for content

...

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

...