jira.js
    Preparing search index...

    Variable OperationsSchemaConst

    OperationsSchema: ZodObject<
        {
            linkGroups: ZodOptional<
                ZodArray<
                    ZodType<LinkGroup, unknown, $ZodTypeInternals<LinkGroup, unknown>>,
                >,
            >;
        },
        $loose,
    > = ...

    Details of the operations that can be performed on the issue.