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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.