How can I use an automation to append (not just set a new value) to fixedVersion without using the "COPY" feature which requires me to pick a "Parent, Eipc, Target, Destination or Current". I want to keep anything that is already there in fixedVersion, and append. But the only way I see to do this, is to use the "COPY" feature to get the value from a known relation, and check the box "Add to existing value".
But I don't have a relationship that is reliable for that. I just want to save the current value and add to it.
Hello @Christopher Gordon
Welcome to the Atlassian community.
You will have to use the Advanced Field Editing with JSON feature.
You can use either an explicit value or a smart value for the name of the Version you want to add.
{
"update": {
"fixVersions" : [
{
"add": {
"name":"CRS 2.0"
}
}
]
}
}
This was super helpful!
Things are getting more complex now. Do you know if its possible to edit automations programmatically? We would like to automate the updating of our Jira Automation configurations. I created another question for this. Thanks again!
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.