A custom field we use does not show in the edit issue fields on the automation. I'm trying to use JSON to update this field but after trying multiple ways, this keeps failing.
{
"set":{
"customfield_11526" :[
{
"value" : "Advice",
"child" : {
"value" : "General_Enquiry"
}
}
]
}
}
This is the current one I am using, can anybody assist?
Thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.