Hello, im using scriptrunner for restriction of customfield change by users that isnt members of jira-administrators group, on existing tickets it works fine, but now im trying to do it for new tickets, i dont know how to setup correct value of customfield, im getting error:
body: {"errorMessages":[],"errors":{"customfield_10157":"Specify a valid 'id' or 'name' for Internal Severity","customfield_10158":"Specify a valid 'id' or 'name' for External Severity"}}
what should i use as customfield value? or maybe im doing another mistake?
by api request im getting this values of this fields that i should use:
from:10676, fromString:None (0) tried to use both, but still no effect.