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
I need custom field ID for column 'Fix Version/s' to get the value of Fix Version/s corresponding to the issue key.
Can someone help me to get the custom field ID for Fix Version/s?
Hi @Business Reports ,
Fix version/s is not Custom field. It is a system field. System fields doesn't have any ID.
As above, Fix Version is not a Custom Field.
Are you using the REST API? If so you can retrieve all versions for a project with /rest/api/3/project/{projectIdOrKey}/versions
If not using REST API, what are you trying to do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I´m trying to execute this endpoint:
XY.atlassian.net/rest/api/3/field/search?id=versions
But instead, I´m getting all fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.