options for custom field using API

Yellalingh Margonda September 8, 2020

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 

 

1 answer

0 votes
Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 8, 2020

@Yellalingh Margonda  , use only the id of the field.. Like below:

 

"https://your-domain.atlassian.com/rest/api/3/customField/10135/option
Yellalingh Margonda September 8, 2020

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 

Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 8, 2020

@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?

Yellalingh Margonda September 8, 2020

Hi @Fazila Ashraf 

 

Using this

https://your-domain.atlassian.com/rest/api/3/customField/10135/option 

request i am getting 400 error

Yellalingh Margonda September 9, 2020

@Fazila Ashraf  

 

Can you please help me

Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 9, 2020
https://your-domain.atlassian.com/rest/api/3/customField/10135/option

 returns 400 if the request is invalid

Can you perform the curl like below and check?

curl --request GET \
  --url 'https://your-domain.atlassian.com/rest/api/3/customField/10135/option' \
  --user 'email@example.com:' \
  --header 'Accept: application/json'
Yellalingh Margonda September 10, 2020

Hi @Fazila Ashraf 

 

I am using the same "

https://your-domain.atlassian.com/rest/api/3/customField/10135/option 

" in python, its throwing 400 error. I believe there is something wrong in the request url as I have written other api calls i.e

https://yourdomain.com/rest/api/2/search?jql=project =XXX

Works as expected. 

 

Can you please help me with the url format to get the options for the custom selection field.  

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events