TaskProjectDto

A Project is a collection of Tasks that contributes towards a goal. Within a Project, Tasks
represent individual items of work that team members must complete. The sum total of Tasks
within a Project represents the work to be completed for that Project.

Fields

FieldDescription
id
uuid
required
The unique identifier of this Project.
shortId
string
optional
The ShortId of this Project.
name
string
optional
The common name of this Project.