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.
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.
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.