jira.js
    Preparing search index...

    Function getProjectRole

    • Returns the details for a given project role in a project.

      Parameters

      • client: Client
      • parameters: { id: number; projectIdOrKey: string }
        • id: number

          The project role id

        • projectIdOrKey: string

          The project id or project key

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              actors?: { avatarUrl?: string; name?: string; [key: string]: unknown }[];
              description?: string;
              id?: number;
              name?: string;
              self?: string;
              [key: string]: unknown;
          },
      >