releaseUpdate Mutation

Updates an existing release.

Input Argument

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

customFields ([CustomFieldInput!])

Values for custom fields to be used by the UI Extension that is linked to the record.

customFieldsAttachments ([AttachmentInput!])

The attachments used in the custom fields' values.

id (ID!)

The node ID of the record to update.

managerId (ID)

Identifier of the person who is responsible for coordinating the implementation of the release. The person must have the release Manager role.

note (String)

High-level description of the result that should be accomplished by the implementation of the release's workflows. It is also used to add any information that could prove useful for anyone affected by the release.

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.

subject (String)

A short description of the objective of the release.

uiExtensionId (ID)

UI extension that is to be applied to the record.

workflowIds ([ID!])

Identifiers of the workflows of the release.

Return Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

errors ([ValidationError!])

Errors encountered during the mutation.

release (Release)

Record after mutation.