I would like to create an automation that once specific field is changed to Yes a new Story is created and the mandatory fields which are Epic Link and Team are copied from the triggered issue. I've succeeded with the Epic link but Team field is not found and I need to add a Json, I've tried few options but nothing works. Can someone please advise how the Json should look like? The example below is not working I'm getting the following: Error while parsing additional fields. Not valid JSON.
I've also tried and it failed:
"fields": {
"customfield_12300" : issue.customfield_12300
}
But when I gave a specific team number it worked :
{
"fields": {
"customfield_12300": "39"
}
}
