jira.js
    Preparing search index...

    Function getVersionUnresolvedIssues

    • Returns counts of the issues and unresolved issues for the project version.

      This operation can be accessed anonymously.

      Permissions required: Browse projects project permission for the project that contains the version.

      Parameters

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

          The ID of the version.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              issuesCount?: number;
              issuesUnresolvedCount?: number;
              self?: string;
              [key: string]: unknown;
          },
      >