jira.js
    Preparing search index...

    Function getAssociatedProjects

    • For the specified issue type scheme, returns all of the associated projects

      Parameters

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

          Id of the issue type scheme whose projects we're accessing

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              archived?: boolean;
              avatarUrls?: Record<string, string>;
              description?: string;
              id?: string;
              key?: string;
              name?: string;
              self?: string;
              [key: string]: unknown;
          }[],
      >