Get all field configurations
Deprecated, use Field schemes which supports field association schemes.
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:
- a list of field configuration item IDs.
- whether the field configuration is a default.
- whether the field configuration name or description contains a query string.
Only field configurations used in company-managed (classic) projects are returned.
Permissions required: Administer Jira global permission.
Query parameters
The index of the first item to return in a page of results (page offset).
The maximum number of items to return per page.
The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001.
If true returns default field configurations only.
The query string used to match against field configuration names and descriptions.
Response
Returned if the request is successful.
Changes
No recorded changes to this endpoint across all 16 revisions of this API.