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:
String)
A unique identifier for the client performing the mutation.
[ID!])
Identifiers of columns to remove from the board.
[ID!])
Identifiers of the service level agreements of which the customer representatives can view this board in Self Service.
String)
Description of the agile board.
[AttachmentInput!])
The attachments used in the description field.
Boolean)
Whether the board may not be used to place items on.
ID!)
The node ID of the record to update.
ID)
Identifier of the manager of the agile board.
String)
Name of the agile board.
[AgileBoardColumnInput!])
Columns of this agile board.
String)
The hyperlink to the image file for the record. This may be a 'data URL', allowing the image to be supplied directly without requiring a separate upload first.
ID)
Identifier of the request template that should be used as default when creating new requests directly on this agile board.
ID)
Identifier of the service instance that should be used as default when creating new requests directly on this agile board.
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.
Return Fields
AgileBoard)
Record after mutation.
String)
A unique identifier for the client performing the mutation.
[ValidationError!])
Errors encountered during the mutation.