IssueResolutionsApi class
Jira Cloud platform REST API documentation
Constructors
- IssueResolutionsApi(ApiClient _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createResolution(
{required CreateResolutionDetails body}) → Future< ResolutionId> - Creates an issue resolution.
-
deleteResolution(
{required String id, required String replaceWith}) → Future< TaskProgressBeanObject> - Deletes an issue resolution.
-
getResolution(
String id) → Future< Resolution> - Returns an issue resolution value.
-
getResolutions(
) → Future< List< Resolution> > - Returns a list of all issue resolution values.
-
moveResolutions(
{required ReorderIssueResolutionsRequest body}) → Future - Changes the order of issue resolutions.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchResolutions(
{String? startAt, String? maxResults, List< String> ? id, bool? onlyDefault}) → Future<PageBeanResolutionJsonBean> - Returns a paginated list of resolutions. The list can contain all resolutions or a subset determined by any combination of these criteria:
-
setDefaultResolution(
{required SetDefaultResolutionRequest body}) → Future - Sets default issue resolution.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateResolution(
{required String id, required UpdateResolutionDetails body}) → Future - Updates an issue resolution.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited