v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
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.

isLastboolean

Whether this is the last page.

maxResultsinteger

The maximum number of items that could be returned.

nextPagestring uri

If there is another page of results, the URL of the next page.

selfstring uri

The URL of the page.

startAtinteger

The index of the first item returned.

totalinteger

The number of items returned.