I am using JIRA SERVER
I want to set a custom field that is a cascading select in automation for jira. I do NOT wish to copy it from another ticket / field. I just want to set the field using automation for jira in the Advanced Fields section. I am trying this but it won't work. Please help!
{
"fields": {
"customfield_23592": { "value": "{{customfield_23592.Product Security}}"
}
}
}