provider Field schemes GET /rest/api/3/config/fieldschemes/{id}/fields
@utdk/jira /rest/api/3/config/fieldschemes/{id}/fields
Search field scheme fields
Search for fields belonging to a given field association scheme. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
startAt query
The starting index of the returned fields. Base index: 0.
integer
maxResults query
The maximum number of fields to return per page, maximum allowed value is 100.
integer
fieldId query
The field IDs to filter by, if empty then all fields belonging to a field association scheme will be returned
array
id path required
The scheme ID to search for child fields
integer

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.

searchfieldassociationschemefields
GET/rest/api/3/config/fieldschemes/{id}/fields
Search for fields belonging to a given field association scheme. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

Parameters

required

The scheme ID to search for child fields

The starting index of the returned fields. Base index: 0.

The maximum number of fields to return per page, maximum allowed value is 100.

The field IDs to filter by, if empty then all fields belonging to a field association scheme will be returned

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.searchfieldassociationschemefields({
  "startAt": 0,
  "maxResults": 50
})