sprintCreate Mutation
Creates a new sprint.
Input Argument
sprintCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
String
)
Description of this sprint (e.g. goal of the sprint).
[AttachmentInput!]
)
The attachments used in the description
field.
ISO8601Timestamp
)
The date and time the sprint ended, or will end.
[SprintBacklogItemInput!]
)
Sprint backlog items of this sprint.
Int
)
Sequence number of this sprint.
ID!
)
Identifier of scrum workspace this sprint belongs to.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
ISO8601Timestamp
)
The date and time the sprint started, or will start.
SprintStatus
)
The current status of the sprint.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
Sprint
)
Record after mutation.