Hi I am trying to get the option available for the custom filed using this api
l = "https://your-domain.atlassian.com/rest/api/3/customField/customfield_10135/option
it returns the 404 error. I am following this document https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-customfield-fieldid-option-put
I have the admin access. Can someone please help me in writing a api to retrieve the custom field options
@Yellalingh Margonda , use only the id of the field.. Like below:
"https://your-domain.atlassian.com/rest/api/3/customField/10135/option
Thanks for the reply
I have tries it, now I am getting 400 error. FYI i am using
https://yourdoami.com/rest/api/3/field
to get the field id
@Yellalingh Margonda , so i take that the first suggestion worked and now you are looking at another call.
Error 400 means bad request.
are you making GET request?
Hi @Fazila Ashraf
Using this
https://your-domain.atlassian.com/rest/api/3/customField/10135/option
request i am getting 400 error
It looks like you're new here. Sign in or register to get started.