Jira.js - Jira Cloud API library
    Preparing search index...

    Interface Watchers

    The details of watchers on an issue.

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

    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.