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.