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 code |
Context |
Description |
|---|---|---|
|
%{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.
| Field name | Field code | Example output | Output data type |
|---|---|---|---|
| Component lead |
|
admin.istrator |
text |
| Version project ID |
|
10000 |
text |
| Component default assignee |
|
admin.istrator |
text |
| User full name |
|
Bob Smith |
text |
| Version archived |
|
true, false |
text |
| Project key (trigger) |
|
CRM, HR, SDESK |
text |
| User directory user |
|
admin.istrator |
text |
| Project URL (trigger) |
|
text |
|
| Version release date |
|
2020-02-17 07:46 |
text |
| User directory ID |
|
10001 |
text |
| Project lead's full name (trigger) |
|
text |
|
| Project category (trigger) |
|
||
| Version start date |
|
2020-02-17 07:46 |
text |
| Version description |
|
This is version 1.0 |
text |
| User key |
|
admin.istrator |
text |
| Version ID |
|
10000 |
text |
| Project description (trigger) |
|
||
| Component ID |
|
10000 |
text |
| Version name |
|
Version 1.0 |
text |
| User is active |
|
true, false |
text |
| User name |
|
admin.istrator |
text |
| Version sequence |
|
1 |
text |
| User ID |
|
10000 |
text |
| Version project |
|
CRM |
text |
| Project lead's email (trigger) |
|
text |
|
| Component name |
|
||
| Project name (trigger) |
|
Customer Relationship Management |
text |
| Version released |
|
true, false |
text |
| Component description |
|
This is a component |
text |
| User email |
|
text |
|
| Project lead (trigger) |
|
admin.istrator |
text |