Hi,
I am trying to assign the current user to a custom Text Field (read-only) in my workflow by adding below in the post functions of my transition.
However, the result is different (see below). The value of the current user becomes a hash value.
Actual Result:
Expected Result:
May I know if how can I achieve the expected result? Is there any other way to do this in a custom Text Field (read-only)?
Thank you.
Hi @Ryan B. Gonzales ,
I‘d also recommend @Alex Koxaras _Relational_ solution.
But there’s also a way to solve your exact question. The „hash“ you‘re talking about is the Atlassian account ID for this user which uniquely identifies them across all Atlassian Cloud offerings.
Using Automation for Jira you can use user smart values to create a rule which copies the assignee into your custom text field and allows you to resolve the ID to a display name. The smart value for copying that would be {{issue.assignee.displayName}}
I hope you find your desired solution.
Cheers,
Matthias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why you don't use a User Picker field and have in only on your view screen? This will make things easier for 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.