Перейти к содержимому
R-Service R-Service
Руководство разработчика RR Tech Service Management

scrumWorkspaceUpdate Mutation

Эта документация пока недоступна на вашем языке, поэтому показана английская версия.

Updates an existing scrum workspace.

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.

clientMutationId ( String )

A unique identifier for the client performing the mutation.

errors ( ValidationError )

Errors encountered during the mutation.

scrumWorkspace ( ScrumWorkspace )

Record after mutation.