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.
Great! Glad I could help. 🙂
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.