I have a custom field called "customfield_123" and it's visibility is false. That means it is not displayed in JIRA web portal. But I want to update the field value using JIRA issue update api. But it is throwing error .
{ "errorMessages": [], "errors": { "customfield_123": "Field 'customfield_123' cannot be set. It is not on the appropriate screen, or unknown." } }
url : /rest/api/3/issue/{issueIdOrKey}
Hi @jay
I think the error message is clear for your question. You could raise a ticket to Atlassian Support if you can't accept it.
Thanks,
YY Brother
@YY Brother thank you. is that means I should change the visibility to true to update that custom field value using issue update api?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes.
We can think:
If we can’t see the fields, then what’s the meaning for us to update their values?
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.