IssueWatchersApi class
Jira Cloud platform REST API documentation
Constructors
- IssueWatchersApi(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
-
addWatcher(
{required String issueIdOrKey, required String body}) → Future -
Adds a user as a watcher of an issue by passing the account ID of the
user. For example,
"5b10ac8d82e05b22cc7d4ef5"
. If no user is specified the calling user is added. -
getIssueWatchers(
String issueIdOrKey) → Future< Watchers> - Returns the watchers for an issue.
-
getIsWatchingIssueBulk(
{required IssueList body}) → Future< BulkIssueIsWatching> -
Returns, for the user, details of the watched status of issues from a
list. If an issue ID is invalid, the returned watched status is
false
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeWatcher(
{required String issueIdOrKey, String? username, String? accountId}) → Future< void> - Deletes a user as a watcher of an issue.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited