scrumWorkspaceUpdate Mutation
Updates an existing scrum workspace.
Input Argument
Section titled “Input Argument”scrumWorkspaceUpdate accepts a single
input
argument, an
input type
,
which contains the values it uses.
The fields inside
input
are:
agileBoardId (
ID
)
Identifier of the agile board used to track the progress of this workspace’s active sprint.
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
description (
String
)
Additional information regarding the scrum workspace.
descriptionAttachments (
AttachmentInput
)
The attachments used in the
description
field.
disabled (
Boolean
)
Whether the scrum workspace is in use.
id (
ID!
)
The node ID of the record to update.
name (
String
)
Name of the scrum workspace.
pictureUri (
String
)
The hyperlink to the image file for the record.
productBacklogId (
ID
)
Identifier of the product backlog used when planning sprints.
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.
sprintLength (
Int
)
Standard length in weeks of new sprints planned in this scrum workspace.
teamId (
ID
)
Identifier of the team planning their work using this scrum workspace.
Return Fields
Section titled “Return Fields”clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
ValidationError
)
Errors encountered during the mutation.
scrumWorkspace (
ScrumWorkspace
)
Record after mutation.