Skip to content
R-Service R-Service
RR Tech Service Management Developer Guide

scrumWorkspaceCreate Mutation

Creates a new scrum workspace.

scrumWorkspaceCreate 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.

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.

clientMutationId ( String )

A unique identifier for the client performing the mutation.

errors ( ValidationError )

Errors encountered during the mutation.

scrumWorkspace ( ScrumWorkspace )

Record after mutation.