Hey,
in our JSM, there is a customfield "customfield_123". Clicking it opens a dropdown of elements, from which you can choose one.
By using the REST API I want to fetch those options / be able to set this customfield while creating an issue by using the REST API.
according to the documentation i have seen this endpoint:
https://your-domain.atlassian.net/rest/api/2/field/{fieldId}/context/{contextId}/option
unfortunally i receive this answer:
{
"errorMessages": [
"Only Jira administrators can access custom field contexts."
],
"errors": {}
}
Even our admins can't access it.
Is there a better way to get this data? Or am I doing sth wrong?
Thanks in advance
Community moderators have prevented the ability to post new answers.
Hi,
Are you sure that the account used in the api call have the necessary permission ?
In my instance the following call works fine
/rest/api/2/field/customfield_10473/context/10947/option
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.