I have a Multi Select field that I use on a JIRA service Management form to select employees to review work. I needed to set default people so the Multi User picker field did not want to display defaults on the form, thus I opted to use a Select List with Checkboxes.
I am able to get all the values of the checkboxes e.g.
User 1
User 2
User 3
But now that I want to assign these fields back to a user picker field it just says 'Inactive User on the Automation log.
See attached the Description populates perfectly with the employee names but just the User picker fields don't want to even though the display names are the same
I even tried using Smart Variables e.g. One = {{issue.customfield_11992.value.get(0)}} and then set Assignee 1 (UP) = {{One}} with no success even though the display names are the same
It seems to work if you replace the user names with email addresses but I was hoping to use the names?
Try
{{issue.customfield_11992.value.get(0).accountId}}
I even tried variables e.g. One = {{issue.customfield_11992.value.get(0)}} and then Assignee 1 (UP) = {{One}} but it renders the same issue
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.