Tech review

Style guide

Page status



This page lists all field codes, which are only available in JWT automation rules.

These fields can be used to retrieve values from the event or action which is triggering the execution of the rule.


Example of am automation-only field code

Field codeContextDescription

%{trigger.project.description}

trigger The description of the project triggering the automation rule.


The trigger prefix (or context) can be used in various places in automation rules. Other simple field codes, such as %{issue.assignee} can also be changed to %{trigger.issue.assignee} to retrieve the assignee from the issue triggering the automation rule.

The field codes listed on this page, however, are only valid in the context of automation rules and depend on the type of Automation triggers.