CreateWorkItemFields

Contents

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

Fields

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

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

parent (WorkItemReference)
The optional parent to create the instance under. If this isn’t specified, the template must support being instantiated at the top level.

attributes ([AttributeValueUpdate!])
Attribute values to set when the work item is created.

metrics ([MetricValueUpdate!])
Metric values to set when the work item is created.

participants ([ParticipantUpdate!])
Participants to assign when the work item is created.

Updated on September 9, 2025

Related Articles