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: 

add a new option to an existing custom field options list

roger layani
November 27, 2019

Hi

I am searching to add by REST API  a new option to an existing custom field options list (list not empty)

I tries to use the PUT  /rest/api/2/field/customfield_15100/option method (customfield_15100 is my custom field) and I got error message:

<status>
<status-code>404</status-code>
<message>null for uri: .../rest/api/2/field/customfield_15100/option</message>
</status>

has someone already did it ?

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mirek
Community Champion
November 27, 2019

I am afraid that is not possible OOTB yet to interact via PUT on custom field options

See below Suggestion ticket for more information

https://jira.atlassian.com/browse/JRASERVER-36112