jira.js
    Preparing search index...

    Function deleteProjectRoleActorsFromRole

    • Removes default actor from the given role.

      Parameters

      • client: Client
      • parameters: { group?: string; id: number; user?: string }
        • Optionalgroup?: string

          If given, removes an actor from given role

        • id: number

          The role id to remove the actors from

        • Optionaluser?: string

          If given, removes an actor from given role

      • Optionaloptions: RequestOptions

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