jira.js
    Preparing search index...

    Variable ProjectRoleGroupSchemaConst

    ProjectRoleGroupSchema: ZodObject<
        {
            displayName: ZodOptional<ZodString>;
            groupId: ZodOptional<ZodString>;
            name: ZodOptional<ZodString>;
        },
        $loose,
    > = ...

    Details of the group associated with the role.