When I try to update a field via the issueInput binding what does not exist on any of my screens (by design), i get the following error. How do i overrideScreenSecurity so that "hidden" fields can be set?
I'm using ScriptRunner for JIRA Cloud.
Thanks!
2016-11-21 19:09:28,388 INFO - Serializing object into 'interface java.util.Map'
2016-11-21 19:09:28,390 INFO - PUT /rest/api/2/issue/80258 asObject Request Duration: 326ms
2016-11-21 19:09:28,403 ERROR - assert resp.status == 204
| | |
| 400 false
status: 400 -` Bad Request
body: [errorMessages:[], errors:[customfield_15500:Field 'customfield_15500' cannot be set. It is not on the appropriate screen, or unknown.]]