jira.js
    Preparing search index...

    Function getSubscriptionStatus

    • This method returns the notification subscription status of the user making the request. Use this method to determine if the user is subscribed to a customer request's notifications.

      Permissions required: Permission to view the customer request.

      Parameters

      • client: Client
      • parameters: { issueIdOrKey: string }
        • issueIdOrKey: string

          The ID or key of the customer request to be queried for subscription status.

      • Optionaloptions: RequestOptions

      Returns Promise<{ subscribed?: boolean; [key: string]: unknown }>