You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am working on an automation that takes values from a number of different fields, and edits the issue summary with those values.
However I need to be able to smart variable using a user picker (single) so that it outputs just a Name.
Is it possible to take the value, write it as plain text, then use that to add to the automation.
Here is a screen snip of the portion of automation i am trying to accomplish
Hi Mark - I don't see the screen snip - can you try to add that again?
But basically you can Edit issue, select Summary and then in the Set value box use
{{issue.Custom Picker.displayName}} where Custom Picker is the exact name of the field. This will put the name of the user picker value into the Summary field. Add any other text around that which you like.
This is my current flow, however when I use this smart value n an edit action on the summary, it shows an ID rather than an actual name, due to it being a user picker list I would assume
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use {{issue.Employee.displayName}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm going to assume that's in documentation somewhere and I just completely missed it. But that is exactly what I am looking for Thank you very much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not a good idea to assume anything with Atlassian's documentation. ;-)
Glad it is working for you!
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.