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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I wanna get list of fields for specific issue type from specific project. To do that I am using
/rest/api/3/issue/createmeta?expand=projects.issuetypes.fields
It returns most of the fields for the issue type but for some reason does not return "Story Points" and "Status" fields. Could you please explain why so or how can I get full list of fields for specific issue type?
Hi @volkovich ,
Maybe the "Status" field is not reachable this way. According to the doc (https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-project-projectIdOrKey-statuses-get), to get all statuses you should use
GET /rest/api/3/project/{projectIdOrKey}/statuses
It may be the same for story points, another location to look for ?
Hope it helps!
@Thomas Magny-Garcia The question is if we do not have status field in createmeta API response, how do we know if it is indeed there in Create Issue screen since fields can be removed from screens?
How to retrieve the available status is a question that follows.
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.