TaskAssigneeDto

A TaskAssignee is the person to whom a Task is assigned. A single Task
can be assigned to multiple TaskAssignees.

Fields

FieldDescription
id
uuid
required
The unique identifier of this TaskAssignee
initials
string
optional
A shortened set of initials to use when representing this TaskAssignee visually
in small areas. The initials may be used in small icons or other overlays.
name
string
optional
The name of this TaskAssignee
description
string
optional
A more complete description of the TaskAssignee.
isActive
boolean
required
True if this TaskAssignee is currently active with the Project.
color
string
optional
The color that will be used to represent this TaskAssignee visually.

You can choose specify any color that can be represented using HTML RGB
syntax such as #0088FF, in the format RRGGBB. You may not use names
for colors.
firstName
string
optional
The first or given name of this TaskAssignee.

For personnel TaskAssignees only.
lastName
string
optional
The last or family name of this TaskAssignee.

For personnel TaskAssignees only.
shortName
string
optional
A shortened version of the name of this TaskAssignee. This is used in areas
where the Initials are too short but the full name is too long.
avatarUrl
string
optional
A link to an Avatar for this TaskAssignee. Avatars are small images or representations
that can be used to visually identify this TaskAssignee at a glance.