Hi,
I am trying to build integration with Jira cloud, while exploring the Jira APIs, I observed, we don't have read access on few APIs endpoints. (e.g. /rest/api/2/field/{Custom field ID}/context), ({Base URL}/rest/api/2/field/{customfield ID}/context/contextID/option)
Is there any policy from Atlassian to restrict to read data using above APIs, apart form the Admin user?
Please note we are looking only for Read only access.
Thanks.
Hi @Santosh Bhosale - You should be able to do a GET API call for a custom field context. You might want to try using the latest API beta version (V3) though as that seems to work for me when I try it:
https://{base_url}/rest/api/3/field/customfield_{id}/context
Link to the REST API doc: belowhttps://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts/#api-rest-api-3-field-fieldid-context-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.