Available smart values for automation
Who can do this? |
Smart values in Atlassian Administration let you reference data dynamically, such as users, groups, and organizations. Smart values for automation fall into two categories: Compatible values and Advanced formatting.
Compatible values are context-aware and recommended smart values based on your rule. Use Advanced formatting values for complex operations and customizations; these may require additional syntax. For advanced formatting smart values, see Smart values in Atlassian Automation.
Available Compatible smart values:
オブジェクト | プロパティ | 説明 |
|---|---|---|
ユーザー | {{event.user.id}} | Returns the User ID associated with the event. |
| {{event.user.authPolicyId}} | Returns the authentication policy ID. |
| {{event.user.domain}} | Returns the domain ID. |
| {{event.user.managedAccountStatus}} | Returns the account status of the user. |
| {{event.user.externalDirectoryIds}} | Returns a list of IdP directories of which the user is a member. |
組織 | {{event.org.id}} | Returns the organization ID of the user. |
scim | {{event.scim.externalDirectoryId}} | Returns the directory in which this event has occurred. |
| {{event.scim.enabled}} | Returns whether SCIM is enabled. |
グループ | {{event.groupChangeDetails.groupId}} | Returns the Group ID associated with the action that has occurred. |
Identity Change | {{event.identityChangeDetails.action}} | Returns the ALS Update Action. |
| {{event.identityChangeDetails.changedFields}} | Returns the fields updated in the ALS event. |
この内容はお役に立ちましたか?