Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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 Champion
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 Champion
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