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?: {};
    }
    Index

    Properties

    issuesIsWatching?: {}

    The map of issue ID to boolean watch status.