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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I would like to copy values from the fields 'First Name' and 'Last Name' into 'Display Name'
Im having trouble working out how this works under 'More options'
I tried and a few other options but not sure how it works. Any help?
Hi Harry - One option might be to do it with an Automation For Jira rule. Are you in Cloud or Server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why are you trying to do it under More options?
Are all 3 fields in the same issue?
Do a component for Edit issue
Select the Display Name field
Then in the Set value box, but in something like:
{{issue.First Name.value}} {{issue.Last Name.value}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or you can do:
{{issue.customfield_10210.displayName}} {{issue.customfield_10211.displayName}}
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.
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.
@John Funk have read your posts here and many others about automation - it makes sense but after 4 hours of trying multiple ways to do this, I can't seem to get the automation working. I am new to this so I must be doing something wrong but I can't figure out what. I did get the automation to run once successfully but I tried testing on another ticket it did not work and hasn't since.
We have:-
custom field called QA Story points which is customfield_10053
when the issuetype = Test and the QA Story points field is not empty ie whenever it has any value different to 0 or has nothing in it then copy that value to the Jira stock Story Point field.
Sounds simple enough right ? :-( I started with this automation as I wanted to start with something simple and I need to be able to do much more complicated ones next. Any guidance you can give would be appreciated
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.