GET /rest/api/2/fieldconfiguration

Returns a paginated list of field configurations. The list can be for all field configurations or a subset determined by any combination of these criteria:

Only field configurations used in company-managed (classic) projects are returned.

Permissions required: Administer Jira global permission.

Servers

Query parameters

Name Type Required Description
id[] Array No

The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001.

startAt Integer No

The index of the first item to return in a page of results (page offset).

Default value: 0

query String No

The query string used to match against field configuration names and descriptions.

maxResults Integer No

The maximum number of items to return per page.

Default value: 50

isDefault Boolean No

If true returns default field configurations only.

Default value: false

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.