I’m seemingly unable to put an edit on a Jira issue. Specifically, this issue is in Jira Service Management, and the field is custom.
I’ve tried with and without overrideScreenSecurity and overrideEditableFlag:
https://supersecretorgname.atlassian.net/rest/api/3/issue/ISSUE-01234?overrideScreenSecurity=true&overrideEditableFlag=true
{"fields": {"customfield_10142": "email@address.net"}}
and structured:
{
"fields":
{
"customfield_10142": "email@address.com"
}
}
What on earth am I doing wrong here?