You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
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.