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!
Discover the teamwork and precision behind success on and off the track. See how this high-performing team makes the impossible possible. Be one of the first 100 customers to register for a chance to win 2 tickets to an Atlassian Williams 2026 race.
Register now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.