Hi Team,
Is there any REST API to get all list of fields for the specific project or is there any alternative way available for getting all list of fields.
Regards.
Hello, Cherwell
If I understood your request correctly, you want to get all the fields for a project using REST API.
You can get all fields on your Jira instance by this request: GET /rest/api/2/field
Retrieving all the fields for a specific project is not possible directly but this is a workaround that might be useful for you. You can get all the fields available on the creation screen for all issue types in a project by this request:
GET rest/api/2/issue/createmeta?projectKeys=KEY&expand=projects.issuetypes.fields
I’d recommend checking out our REST API documentation under Issue for further information about this topic.
Please, be sure to get back at us if you have more questions.
Cheers!
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.