The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Getting 404 error while trying to get customfield option data

Manjunath Rajappa
October 10, 2019

Hi All,

We trying to change the options of a custom field(select list) in my Jira server instance when we tried to access the URL(http:localhost:8080/rest/api/2/customField/10200/option ). we got this error.

<status>

<status-code>404</status-code>

<message>null for uri: http://localhost:8080/rest/api/2/customField/10200/option</message>

</status>

we have done the same thing with the Jira cloud where it is possible to change the custom field option with a similar URL changing Jira address.

Can anyone tell why I'm getting this error only on server?

when tried to access all the fields we are able to get all the field data and getting relevant data for project data, issue data, etc. getting an error for accessing custom fields specifically.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Aleksandr Zuevich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 11, 2019
Manjunath Rajappa
October 13, 2019

Hi @Aleksandr Zuevich 

Can you tell us upto which version of Jira that updating the custom field option is supported through rest?