I am trying to figure out how I can combine two values (from two different fields) that I have from a ticket. I want to combine the values from organization name field and campaign name field to put them both into summary field.
Would I use the the 'more options' section on the project automation page? The format is shown like this but I am not sure how to two values into one field.
{
"fields": {
"environment": "Thanks for raising {{issue.key}}.",
"labels": [
"bugfix",
"blitz_test"
],
"Custom Field Name": {
"value": "red"
}
Hello Jennifer,
Thank you for raising this question.
I understand that you would like to concatenate the values of two custom fields in the summary of the new issue when you clone an existing one. Is that correct?
If that's the case, you just need to add the smart values of the respective custom fields in the summary of the issue.
Smart values are the JSON reference of a field value. For a custom field, the format would be like:
{{issue.Custom Field.value}}
Where "Custom Field" is the name of your field.
Here is an example of how you can concatenate the values of two fields (Issuekey and description):
For more reference regarding smart values, you can check the documentation below:
Let us know if this information helps. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome, Jenni. :)
Let us know if you face any questions about the instructions provided.
I wish you an awesome Tuesday!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, is something similar possible with a Classic Project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Frank,
Unfortunately, there are no post functions in classic projects that provide you with the ability to concatenate two different values of a field in a different one.
The option offered above would be using the automation for JIRA. Please, give it a try and check if the 300 executions per/month provided by the free version will fulfill your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Maybe you know how to merge user properrties? I tried {{issue.assignee.properties.KEY}}, but it's doesn't work.
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.