You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

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

Example of am automation-only field code

ContextDescriptionExample
trigger The issue, user, version, component or project event that triggers the execution of the rule.

%{trigger.project. description}

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.