Hello,
I was looking to fetch JIRA data dictionary i.e. field and its types, able to fetch using below URL. Reference thread:
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
Hi Abhinandan,
Please use the below API endpoint to retrieve the options for select list type custom fields:
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:
The below endpoint allows you to fetch statuses:
You may also use the other available endpoints to create, change or delete statuses.
I hope this helps.
Thanks,
Karan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.