jira.js
    Preparing search index...

    Function getVersionRelatedIssues

    • Returns a bean containing the number of fixed in and affected issues for the given version.

      Parameters

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

          ID of the version.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              customFieldNames?: {
                  customFieldId?: number;
                  fieldName?: string;
                  issueCountWithVersionInCustomField?: number;
                  [key: string]: unknown;
              }[];
              issueCountWithCustomFieldsShowingVersion?: number;
              issuesAffectedCount?: number;
              issuesFixedCount?: number;
              self?: string;
              [key: string]: unknown;
          },
      >