Is there a way with the REST API to get allowed values for a custom field without going to an issue and looking at it with editmeta?
I'd like to do this, but without being on an issue, if possible.
Hello @Jordan Bardwell
Indeed there is an API for that: https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2Fcloud%2Fjira%2Fplatform%2Frest%2F&utm_medium=302#api-rest-api-3-customField-fieldId-option-get
GET /rest/api/3/customField/{fieldId}/option
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.