I know that we have a REST API to get a list of fields from a Site.
API → https://sitename.atlassian.net/rest/api/3/fields
This does work fine and gives an array of field objects.
Is there any API in which I can get all fields within a project only instead of the entire site?
For example, I need to be able to get fields of a particular project from the site like the one mentioned below
https://sitename.atlassian.net/rest/api/3/projectID/fields
Or I need to be able to get the Issue type of field mentioned as a result of hitting the above API.
like type:“Epic, Story etc.,”,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.