The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Concatenate two custom fields

Tony Hernandez
Contributor
April 18, 2022

Hello JIRA fam,

I have a small use case for automation and was hoping to get help here. It goes like this:


Trigger - when an issue is transitioned to "Resolved" (just before closing it)

The first condition to move forward - is it a request type to "Request a new email"?

The second condition - is the email field empty? (admin forgets to enter this info before closing which causes another system automation to fail. It is not possible to make this field required for a "specific screen")

Then - set the field to a variable concatenating "FirstName.LastName@workemail.com"

image.png


I would like to use the Create Variable action to formulate the missing email in case the admin forgets.

First and Last names are both custom fields.

The email will always have First.Last@workemail format.

Thank you all!

Tony

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Martin Bayer _MoroSystems_ s_r_o__
Community Champion
April 18, 2022

Hi @Tony Hernandez , I'm not sure if I understand you correctly, but following configuration to create a variable works for me

Screen Shot 2022-04-18 at 21.53.57.png

Tony Hernandez
Contributor
May 9, 2022

Sorry for the late reply Martin. Thank you for your reply, this works fine!