How to get the select dropdown value of any JIRA field

Abhinandan Maheshwari September 13, 2023

Hello,

I was looking to fetch JIRA data dictionary i.e. field and its types, able to fetch using below URL. Reference thread:

https://community.atlassian.com/t5/Jira-Software-questions/Download-field-data-dictionary-Name-and-data-type-of-all-fields/qaq-p/2474582#M289424

 

I am not able to get the select option values for ex: priority valid values (Highest, High, Medium, etc...) or status valid values.  Please suggest how to fetch that also.

BASE_URL/rest/api/3/field

 

1 answer

0 votes
Karan Sachdev
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 10, 2023

Hi Abhinandan,

 

Please use the below API endpoint to retrieve the options for select list type custom fields:

 

Issue Custom field options

 

If you need the ID of a custom field, you may navigate to the context of that custom field. The URL display the custom field ID:

2023-10-10_19-06-58.png

 

 

The below endpoint allows you to fetch statuses:

 

Status

 

You may also use the other available endpoints to create, change or delete statuses.

 

I hope this helps.

 

Thanks,

Karan

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events