content-allocation

Create a new sprint schedule

post/api/v1/sprint

Request body

assignedTeamIdstring uuid required

UUID of the team assigned to this sprint

assignedTrackIdstring required

ObjectId of the track assigned to this sprint

dueDatestring date-time required

Due date of the sprint (will be transformed to end of day in UTC)

startDatestring date-time

Planned start date of the sprint (transformed to start of day in UTC). Defaults to today. Cannot be in the past.

titlestring required

Title of the sprint schedule

Response

assignedTeamIdstring uuid required
assignedTrackIdstring required
createdAtstring date-time required
deletedAtstring date-time nullable
dueDatestring date-time required
idstring uuid required
lastUpdatedAtstring date-time required
startDatestring date-time nullable

Planned start date of the sprint (start of day UTC). Null for sprints created before start dates were persisted; read paths report createdAt for those.

titlestring required
userIdstring uuid required

Changes