We have a team who wants to use the Jira APIs to pull out the options for one our custom fields in Jira. We don't want to give them Administer Jira permissions for this one task.
This API doesn't require Admin permissions but looks to be deprecated: GET /rest/api/3/customFieldOption/{id}
I believe this is the only API available GET /rest/api/3/field/{fieldId}/context/{contextId}/option but this requires Administer Jira permissions.
Is this correct? Is there any other way to pull custom field options without being an administrator?
Thanks
Hi @Mya.Hauck ,
Did you try the APIs to see if you can retrieve the values? By reading the documentation, it says that you need either of these permissions:
so with browse projects permission, you could obtain the data.
@Carlos Garcia Navarro I am looking for an API that I can use without Administrator permissions. I believe you are talking about this API GET /rest/api/3/customFieldOption/{id} which is deprecated and no longer works. Here is the post I found when trying to use this API: Deprecation Notice: deprecation of custom field options APIs (+new APIs published)
I think this should be more clearly marked in the documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.