Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hello,
We connected our Service Desk (Tickets) to Jira (Issues for development).
We want to sync the description of a source ticket to a target Jira custom field (multi-line text field). That works fine and we use the following command.
issue.customFields."11101".value = replica.description
We have cases were several source tickets will be connected to the same Jira issue but in such cases, the value of the custom field will be always overwritten by the newest connected ticket, so the previous data of the custom field is gone.
We want that the data will be added / merged in the custom field, so that the data of all connected source tickets is available in the Jira custom field. Is that possible?
Thank you