jira.js
    Preparing search index...

    Function getProjectVersions

    • Contains a full representation of a the specified project's versions.

      Parameters

      • client: Client
      • parameters: { expand?: string; projectIdOrKey: string }
        • Optionalexpand?: string

          Parameters to expand

        • projectIdOrKey: string

          Project id or project key

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              archived?: boolean;
              description?: string;
              expand?: string;
              id?: string;
              moveUnfixedIssuesTo?: string;
              name?: string;
              overdue?: boolean;
              project?: string;
              projectId?: number;
              released?: boolean;
              releaseDate?: Date;
              releaseDateSet?: boolean;
              self?: string;
              startDate?: Date;
              startDateSet?: boolean;
              userReleaseDate?: string;
              userStartDate?: string;
              [key: string]: unknown;
          }[],
      >