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

    Interface AddWatcher

    interface AddWatcher {
        accountId?: string;
        issueIdOrKey: string;
    }
    Index

    Properties

    accountId?: string

    Account id for specific user.

    issueIdOrKey: string

    The ID or key of the issue.