Get field schemes
REST endpoint for retrieving a paginated list of field association schemes with optional filtering.
This endpoint allows clients to fetch field association schemes with optional filtering by project IDs and text queries. The response includes scheme details with navigation links and filter metadata when applicable.
Filtering Behavior:
- When projectId or query parameters are provided, the response includes matchedFilters metadata showing which filters were applied.
- When no filters are applied, matchedFilters is omitted from individual scheme objects
Permissions required: Administer Jira global permission.
Query parameters
(optional) List of project IDs to filter schemes by. If not provided, schemes from all projects are returned.
(optional) Text filter for scheme name or description matching (case-insensitive). If not provided, no text filtering is applied.
Zero-based index of the first item to return (default: 0)
Maximum number of items to return per page (default: 50, max: 100)
Response
Pagianted list of field association schemes