UpdateWorkItemFields

Contents

This input object captures the arguments to the updateWorkItem mutation. Multiple instances can be passed to updateWorkItems when it is more convenient (for example, when the number of work items to be updated isn’t known until runtime).

Fields

app (String!)
The api name of the app to update the work item instance in

type (String!)
The template api name of the item to update.

id (ID!)
The id of the item to update.

attributes ([AttributeValueUpdate!])
Attribute values to set.

metrics ([MetricValueUpdate!])
Metric values to update.

participants ([ParticipantUpdate!])
Participants to assign or unassign.

Updated on September 9, 2025

Related Articles