Circle V2 API Docs
    Preparing search index...
    • Creates one Linear issue covering the given feedback items, tagged with the "AI Response Feedback" label inside the "AI Improvements" group, and opened in the workflow state matching their triage status where the team has one. Throws when Linear is not configured — ticket creation is explicit, so a silent no-op would leave the console reporting success against nothing.

      Parameters

      • params: {
            buildConsoleUrl: (feedbackId: string) => string | null;
            items: LinearTicketSource[];
            note?: string | null;
        }

      Returns Promise<CreatedLinearIssue>