Concatenate three different Field as Jira Issue Summary

varatha January 15, 2025

Hi

I need to concatenate three different field value as Jira issue subtask summary. 

Once user select the value of three field then set the jira issue summary as 

For ex below

Summary:- CustomerMaster | aCanada ERP | a Canada ERP

concate1.png

Subtask created successfully but only thing summary

 

{
    "fields":
    {
        "project":
        {
            "key": "CITE"
        },
        "parent":
        {
            "key": "[entry.JID]"
        },
             "summary": "[entry.SenderSystem.label]",
          "issuetype":{
            "name": "Sub-task"
        },
   },

1 answer

0 votes
Tessa Tuteleers
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 15, 2025

Hi @varatha , 

Without context I'm wondering why you are using the JSON to set all the fields instead of using the UI editor, however, to answer your question, your summary is define in this part of the JSON: 

"summary": "[entry.SenderSystem.label]",

You can clearly see that only 1 field is referenced here. If you want to concatente the you would need to do this (I use " - " as delimiter, but you can choose something else ofcourse): 

"summary": "[entry.Business Object.label] - [entry.SenderSystem.label] - [entry.Receiver System.label]",

Hope this helps, 

Tessa

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
3.13.4
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events