Hi,
Is there a way for me to set user select field from a text field.
Lets say if a text field says : İclal Aslan is there a way for me to set a user field to İclal Aslan?
Hi @İclal Aslan
You can indeed use JMWE's Set Issue Fields post function for that, with a value like:
{{ issue.fields['Custom text field'] | findUsers | first | field("accountId") }}
However, as Dick mentioned, this is not super reliable, especially if you have users with similar names.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @İclal Aslan ,
Yes there is, though with an automation that uses the text entry to find a user by their .displayname
Atlassian on smart values with user properties
It's better though to have a userpicker custom field instead of the text field to avoid typos in the name.
Hope this helps,
Dick
By voting for helpful posts and marking answers to your question, you're helping people with similar questions find a solution more quickly. Sharing is caring applies to knowledge as well :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can i use jmwe plugin for this? automation has limit so if possible using jmwe would be a life saver!
thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JMWE uses the same smart values as Jira, so I expect it to work for you. I'm not a 100% sure, as I'm not familiar with JMWE though.
:)
Dick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.