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

    Interface BulkIssueIsWatching

    A container for the watch status of a list of issues.

    interface BulkIssueIsWatching {
        issuesIsWatching?: unknown;
    }
    Index

    Properties

    issuesIsWatching?: unknown

    The map of issue ID to boolean watch status.