IssuePrioritiesApi class

Jira Cloud platform REST API documentation

Constructors

IssuePrioritiesApi(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

createPriority({required CreatePriorityDetails body}) Future<PriorityId>
Creates an issue priority.
deletePriority({required String id, required String replaceWith}) Future<TaskProgressBeanObject>
Deprecated: please refer to the changelog for more details.
getPriorities() Future<List<Priority>>
Returns the list of all issue priorities.
getPriority(String id) Future<Priority>
Returns an issue priority.
movePriorities({required ReorderIssuePriorities body}) Future
Changes the order of issue priorities.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchPriorities({String? startAt, String? maxResults, List<String>? id, List<String>? projectId, bool? onlyDefault}) Future<PageBeanPriority>
Returns a paginated list of priorities. The list can contain all priorities or a subset determined by any combination of these criteria:
setDefaultPriority({required SetDefaultPriorityRequest body}) Future
Sets default issue priority.
toString() String
A string representation of this object.
inherited
updatePriority({required String id, required UpdatePriorityDetails body}) Future
Updates an issue priority.

Operators

operator ==(Object other) bool
The equality operator.
inherited