IssueApi class

Jira Software Cloud REST API documentation

Constructors

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

estimateIssueForBoard({required String issueIdOrKey, int? boardId, required Map<String, dynamic> body}) Future
Updates the estimation of the issue. boardId param is required. This param determines which field will be updated on a issue.
getIssue({required String issueIdOrKey, List<Map<String, dynamic>>? fields, String? expand, bool? updateHistory}) Future
Returns a single issue, for a given issue ID or issue key. Issues returned from this resource include Agile fields, like sprint, closedSprints, flagged, and epic.
getIssueEstimationForBoard({required String issueIdOrKey, int? boardId}) Future
Returns the estimation of the issue and a fieldId of the field that is used for it. boardId param is required. This param determines which field will be updated on a issue.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rankIssues({required Map<String, dynamic> body}) Future<void>
Moves (ranks) issues before or after a given issue. At most 50 issues may be ranked at once.
toString() String
A string representation of this object.
inherited

Operators

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