I’m trying to update a field that is not on the edit screen using the /rest/api/3/issue/${issueId}
native update API in Jira Cloud. However, it is returning a 400 Bad Request
because the field is not on the screen. Is there a way to override this behavior in Forge?
To note, in Jira Data Center/Server plugin development, we use issueManager.updateIssue
, which allows fields to be updated regardless of whether they are on the screen or not.
Thanks in advance!