IssueCommentsApi class

Jira Cloud platform REST API documentation

Constructors

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

addComment({required String issueIdOrKey, String? expand, required Comment body}) Future<Comment>
Adds a comment to an issue.
deleteComment({required String issueIdOrKey, required String id}) Future<void>
Deletes a comment.
getComment({required String issueIdOrKey, required String id, String? expand}) Future<Comment>
Returns a comment.
getComments({required String issueIdOrKey, int? startAt, int? maxResults, String? orderBy, String? expand}) Future<PageOfComments>
Returns all comments for an issue.
getCommentsByIds({String? expand, required IssueCommentListRequestBean body}) Future<PageBeanComment>
Returns a paginated list of comments specified by a list of comment IDs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateComment({required String issueIdOrKey, required String id, bool? notifyUsers, bool? overrideEditableFlag, String? expand, required Comment body}) Future<Comment>
Updates a comment.

Operators

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