GET /rest/api/2/config/fieldschemes

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:

Permissions required: Administer Jira global permission.

Servers

Query parameters

Name Type Required Description
projectId[] Array No

(optional) List of project IDs to filter schemes by. If not provided, schemes from all projects are returned.

startAt Integer No

Zero-based index of the first item to return (default: 0)

Default value: 0

query String No

(optional) Text filter for scheme name or description matching (case-insensitive). If not provided, no text filtering is applied.

maxResults Integer No

Maximum number of items to return per page (default: 50, max: 100)

Default value: 50

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.