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.
Hi,
As I see at the latest Jira 8.4.2 REST API docs there is no POST endpoint for custom field options creation: https://docs.atlassian.com/software/jira/docs/api/REST/8.4.2/?_ga=2.193222445.1630447511.1570562143-208142656.1570562143#api/2/customFieldOption
While it exists for Cloud version: https://developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2-customField-fieldId-option-post
Can you tell us upto which version of Jira that updating the custom field option is supported through rest?
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.