Hi
i would like to add a lot of options in one context in custom field.
i have created my context , I retrieved the id of this context
and i have try to add one option for test by using this command :
curl -u “:” -X POST “https://instance.atlassian.net/rest/api/3/field/customfield_10xxx/context/10xxx/option” -H “Content-Type:application/json” -d “{"value":"Nouvelle Option"}”
and i have this error : {“errorMessages”:[“Invalid request payload. Refer to the REST API documentation and try again.”]}
Have you idea ?
Thanks in advance