I have a situation where I would like to update a JIRA issue's customfield but when I send an update payload to the JIRA Rest API I receive an error message saying;
Field 'customfield_10029' cannot be set. It is not on the appropriate screen
I have tracked down the error message and it is suggesting that I set an IssueInputParameters flag of setSkipScreenCheck to true.
I am not doing this in code so I don't have access to the setter.
Is there a way to add the object with the parameters directly to the update payload in an additional node on the update payload?