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