Field schemes
Search field scheme fields
Search for fields belonging to a given field association scheme.
Permissions required: Administer Jira global permission.
get/rest/api/2/config/fieldschemes/{id}/fields
Path parameters
idinteger required
The scheme ID to search for child fields
Query parameters
startAtinteger
The starting index of the returned fields. Base index: 0.
maxResultsinteger
The maximum number of fields to return per page, maximum allowed value is 100.
fieldIdstring[]
The field IDs to filter by, if empty then all fields belonging to a field association scheme will be returned
Response
Returns the matching fields, at the specified page of the results.