agileBoardUpdate Mutation

Updates an existing agile board.

Input Argument

agileBoardUpdate accepts a single input argument, an input type, which contains the values it uses.

The fields inside input are:

clientMutationId (String)

A unique identifier for the client performing the mutation.

columnsToDelete ([ID!])

Identifiers of columns to remove from the board.

customerRepresentativeSlaIds ([ID!])

Identifiers of the service level agreements of which the customer representatives can view this board in Self Service.

description (String)

Description of the agile board.

descriptionAttachments ([AttachmentInput!])

The attachments used in the description field.

disabled (Boolean)

Whether the board may not be used to place items on.

id (ID!)

The node ID of the record to update.

managerId (ID)

Identifier of the manager of the agile board.

name (String)

Name of the agile board.

newColumns ([AgileBoardColumnInput!])

Columns of this agile board.

pictureUri (String)

The hyperlink to the image file for the record.

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.

Return Fields

agileBoard (AgileBoard)

Record after mutation.

clientMutationId (String)

A unique identifier for the client performing the mutation.

errors ([ValidationError!])

Errors encountered during the mutation.