sprintUpdate Mutation

Updates an existing sprint.

Input Argument

sprintUpdate accepts a single input argument, an input type, which contains the values it uses.

The fields inside input are:

clientMutationId (String)

A unique identifier for the client performing the mutation.

description (String)

Description of this sprint (e.g. goal of the sprint).

descriptionAttachments ([AttachmentInput!])

The attachments used in the description field.

endAt (ISO8601Timestamp)

The date and time the sprint ended, or will end.

id (ID!)

The node ID of the record to update.

newSprintBacklogItems ([SprintBacklogItemInput!])

Sprint backlog items of this sprint.

number (Int)

Sequence number of this sprint.

scrumWorkspaceId (ID)

Identifier of scrum workspace this sprint belongs to.

source (String)

An identifier for the client application submitting the resource or the name of an external system.

sourceID (String)

The unique identifier of the resource in an external system.

sprintBacklogItemsToDelete ([ID!])

Identifiers of sprint backlog items to remove from the sprint.

startAt (ISO8601Timestamp)

The date and time the sprint started, or will start.

status (SprintStatus)

The current status of the sprint.

Return Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

errors ([ValidationError!])

Errors encountered during the mutation.

sprint (Sprint)

Record after mutation.