Hi,
I have been trying to create an issue and set object fields on creation.
When I do this it will say :
'{"errorMessages":[],"errors":{"customfield_12345":"Field \'customfield_12345\' cannot be set. It is not on the appropriate screen, or unknown."}}'
However if I create the issue first then update the issue it will set the object field. Surely you can set object fields on creation?
Hi @Luke Gibson , welcome to the Community!
You need to check your Jira project's screens. Rest API expects that the field is visible on screens when you call it.
In other words,
Can you please check that your custom field is on create screen or not?
Ah I see, this makes sense. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.