Skip to main content

TaskRelationDto

typestringrequired

Possible values: [parent, child, next, previous, related]

targetTaskIdstringrequired

CTM task ObjectId of the related task

TaskRelationDto
{
"type": "parent",
"targetTaskId": "string"
}