provider Field schemes GET
/rest/api/3/config/fieldschemes/projects @utdk/jira
/rest/api/3/config/fieldschemes/projects Get projects with field schemes
Get projects with field association schemes. This will be a temporary API but useful when transitioning from the legacy field configuration APIs to the new ones.
**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
- startAt query
- The starting index of the returned projects. Base index: 0.
- integer
- maxResults query
- The maximum number of projects to return per page, maximum allowed value is 100.
- integer
- projectId query required
- List of project ids to filter the results by.
- array
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getprojectswithfieldschemes({
"startAt": 0,
"maxResults": 50
})