Hi Team,
Is there any REST API to get all list of fields for the specific project for Jira versions>=9.0.0 or is there any alternative way available for getting all list of fields.
Regards.
Hi,
Welcome to the community.
You can achieve this by using two API
/rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes
This one will get you all issuetype in your project
then use this one to get all the field for the issuetype
/rest/api/2/issue/createmeta/{projectIdOrKey}
/issuetypes/{issueTypeId}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.