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.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Not able to update Non visible fields in JIRA using JIRA ISSUE update API

jay
Contributor
September 22, 2024

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}

1 answer

1 accepted

1 vote
Answer accepted
YY Brother
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 22, 2024

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

jay
Contributor
September 22, 2024

@YY Brother  thank you. is that means I should change the visibility to true to update that custom field value using issue update api?

YY Brother
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 22, 2024

Yes.

We can think:

If we can’t see the fields, then what’s the meaning for us to update their values?

jay
Contributor
September 23, 2024

@YY Brother  those values are needed for some background purpose. Thank you so much.

Like YY Brother likes this

Suggest an answer

Log in or Sign up to answer