jira.js
    Preparing search index...

    Function restoreIssue

    • Restores an archived issue.

      Parameters

      • client: Client
      • parameters: { issueIdOrKey: string; notifyUsers?: string }
        • issueIdOrKey: string

          Issue id or key

        • OptionalnotifyUsers?: string

          Send the email with notification that the issue was updated to users that watch it. Admin or project admin permissions are required to disable the notification.

      • Optionaloptions: RequestOptions

      Returns Promise<void>