The details of watchers on an issue.

interface Watchers {
    isWatching?: boolean;
    self?: string;
    watchCount?: number;
    watchers?: Version2.Version2Models.UserDetails[];
}

Properties

isWatching?: boolean

Whether the calling user is watching this issue.

self?: string

The URL of these issue watcher details.

watchCount?: number

The number of users watching this issue.

Details of the users watching this issue.