The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Issue getting Custom Field Opiton values via rest/api/2/issue

David Whitlock
May 11, 2023

I am attempting to use the REST api endpoing rest/api/2/issue/<issue> to retrieve CustomFieldOption values since the api does not allow to directly pull that information in the form of a REST endpoint
When I am testing in my stage env, I can pull the metadata information via this url rest/api/2/issue/issue?expand=editmeta&fields=cf[fieldId]

This returns the complete list of values in that custom field, however when I run a similar issue in my Production the editmeta object is empty. Interestingly, when I copy the url and paste to my browser, the information pulls down fine, when I execute in my Java script or via curl the object is empty. I would like to see if you have any ideas why this may be occurring?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Jens Schumacher - Released_so
Community Champion
May 11, 2023

Make sure that you have the necessary permissions to access the editmeta data in both environments. It's possible that the user you are using to make the API call in production does not have the necessary permissions.

David Whitlock
May 12, 2023

Looks like you were correct, I was missing the developers role. It is working fine now

DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events