I have an automation rule that I want to update the assignee of a ticket to update based on what another custom field is upon ticket creation.
Basically, I want to:
When issue created, create lookup table, key is value in custom field and value is assignee, edit assignee to value based on ticket's custom field value.
Hi @Makai Baker
It depends on your custom field type - the rule below works with a select list.
Prerequisites
Rule
A few notes...
Let us know if this works!
Ste
My custom field is a dropdown selection.
This is unfortunately not working for me and I'm unsure why.
The ticket that I'm manually triggering the rule from has "System Serial #" as "V113"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Makai Baker
It should work with a Select List.
Just to be clear, the Table Entries will be each of the options in the select list, mapped to User IDs.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it to work, there was a conflicting "System Serial #" in another project. After changing the name and updating the rule, it worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great to hear!
Could you accept this answer, so others know it can work for them to?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Makai Baker Just curious what was your final update? I am trying to do the exact same thing and I can not get it to work.
I have tried this: {{Pmassign.get(issue.assignee)}} and can not get it to either select by name or by their name id.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.