Field schemes
Search field scheme projects
REST Endpoint for searching for projects belonging to a given field association scheme
Permissions required: Administer Jira global permission.
get/rest/api/2/config/fieldschemes/{id}/projects
Path parameters
idinteger required
The scheme id to search for associated projects
Query parameters
startAtinteger
The starting index of the returned projects. Base index: 0.
maxResultsinteger
The maximum number of projects to return per page, maximum allowed value is 100.
projectIdinteger[]
The project Ids to filter by, if empty then all projects belonging to a field association scheme will be returned
Response
Returns a paginated list of projects associated with the field association scheme, matching the specified filter criteria.