Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.