productBacklogCreate Mutation

Creates a new product backlog.

Input Argument

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

description (String)

Description of the product backlog.

descriptionAttachments ([AttachmentInput!])

The attachments used in the description field.

disabled (Boolean)

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

name (String!)

Name of the product backlog.

pictureUri (String)

The hyperlink to the image file for the record.

productOwnerId (ID)

Identifier of the person responsible for maximizing the value of the work done based on this product backlog.

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

clientMutationId (String)

A unique identifier for the client performing the mutation.

errors ([ValidationError!])

Errors encountered during the mutation.

productBacklog (ProductBacklog)

Record after mutation.