TaskCreateDto

A Task is an individual element of work that must be performed to complete a Project. A
Task can have one or more Resources assigned to it. Tasks can be linked to other Tasks to
indicate whether they have a dependency or a connection.

Fields

FieldDescription
name
string
required
minimum 1 characters
The common name of this Task.
description
string
optional
A description of the work to be performed in this Task.
percentComplete
int32
optional
The numerical percentage, from 0-100, representing the percentage completion
for this Task. Any numbers below zero or above 100 will be clamped to the
minimum or maximum value.

This value can be edited manually in the Gantt chart view of the application,
or can be selected on the Task Detail page within the Kanban board.
statusId
uuid
optional
The unique identifier of the TaskStatus for this Task
priorityId
int32
optional
A numerical value representing the Priority of this Task
assignees
uuid
optional
A list of unique identifiers of TaskAssignees to be assigned to this Task
plannedStartDate
date
optional
The date when work on this Task is planned to begin.
plannedFinishDate
date
optional
The date when work on this Task is expected to complete.
plannedDuration
int32
optional
The planned duration (in minutes) for this Task. Cannot be negative.
plannedEffort
int32
optional
The planned effort (in minutes) for this Task. Cannot be negative.
plannedCost
double
optional
The planned cost for this Task. Cannot be negative.
actualStartDate
date
optional
The date when work on this Task actually started, if known.
actualCost
double
optional
The actual cost of this Task to date, if known.
theme
string
optional
Color theme definition for this task.

eg. Blue, Brown, DarkBlue, DarkGrey, Gold, Green, Grey, LightBrown, LightGreen,
LightGrey, LightPurple, LightYellow, Magenta, Mauve, Navy, Orange, Purple, Red.