sprints.create
Type: mutation
Module: convex/sprints.ts
Arguments
Section titled “Arguments”{ orgId: string, programId: Id<"programs">, workstreamId: Id<"workstreams">, name: string, startDate: number /* optional */, endDate: number /* optional */, goal: string /* optional */, }Create a new sprint with an auto-incrementing number within its workstream. @param orgId - Organization ID @param programId - Parent program @param workstreamId - Parent workstream @param name - Sprint display name