v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issue resolutions

Search resolutions

Returns a paginated list of resolutions. The list can contain all resolutions or a subset determined by any combination of these criteria:

  • a list of resolutions IDs.
  • whether the field configuration is a default. This returns resolutions from company-managed (classic) projects only, as there is no concept of default resolutions in team-managed projects.

Permissions required: Permission to access Jira.

get/rest/api/3/resolution/search

Query parameters

startAtstring

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

maxResultsstring

The maximum number of items to return per page.

idstring[]

The list of resolutions IDs to be filtered out

onlyDefaultboolean

When set to true, return default only, when IDs provided, if none of them is default, return empty page. Default value is false

Response

Returned if the request is successful.

isLastboolean

Whether this is the last page.

maxResultsinteger

The maximum number of items that could be returned.

nextPagestring uri

If there is another page of results, the URL of the next page.

selfstring uri

The URL of the page.

startAtinteger

The index of the first item returned.

totalinteger

The number of items returned.