Today I spent a long time getting an automation to work and thought I'd share since I didn't find exactly what I was working on in the community forum.
I needed to populate the approver field with the selected manager from the JSM request.
the rule I created was
Trigger:
When Issue Created
If: Issue Fields Condition
Request Type
equals
"Find Request Type Name"
Then: Edit Issue
More Options
Additional Fields
{
"fields": {
"Approvers": [
{
"accountId": "{{issue.customField_xxxxx.accountId}}"
}
]
}
}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.