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

Properties

accountId?: string

Account id for specific user.

issueIdOrKey: string

The ID or key of the issue.