I feel this should be easy .. but somehow i cant get it to work ..
In Jira Discovery, I need an automation to populate a 'Discipline' field by combining the values from 'Team (IP)' and 'Dependency'. When either 'Team (IP)' or 'Dependency' is added or edited, the 'Discipline' field should update to show the combined values.
Currently, editing one field overwrites the other in 'Discipline', and using 'Add to existing values' results in not removing the old value.
Somehow also the automation always shows as "successful" even though the Discipline field might not get updated.
Screenshots attached
The second "then: is identical to the first one but with "Copy Dependency from current issue"
Thanks a lot
Expanding on what @Mohanraj Thangamuthu has indicated, can you try something like below or whatever will be your separator
{
"fields": {
"Discipline": "{{issue.Team (IP)}} - {{issue.Dependency}}"
}
}
Hello, Good day. Use the JSON option to update the field as shown in the below link. https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/
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.