Class

TaskTemplate

TaskTemplate(data)

TaskTemplate Model
Constructor

# new TaskTemplate(data)

Model constructor
Parameters:
Name Type Description
data TaskTemplateLike

View Source model/TaskTemplate.js, line 8

Classes

TaskTemplate

Members

String

# assignedRoleId

The id of the assigned role of this task.

View Source model/TaskTemplate.js, line 90

String

# assignedUserId

The id of the assigned user of this task.

View Source model/TaskTemplate.js, line 82

String

# createdBy

The id of the user who created this task.

View Source model/TaskTemplate.js, line 223

String

# createdOn

The date this task was created.

View Source model/TaskTemplate.js, line 215

String

# description

The description of the task created from this template.

View Source model/TaskTemplate.js, line 34

Boolean

# hasAttachment

If the task template has attachments.

View Source model/TaskTemplate.js, line 255

String

# id

The id of the task template.

View Source model/TaskTemplate.js, line 98

Boolean

# isPrio

Whether the task created from this template will be marked as priority.

View Source model/TaskTemplate.js, line 42

Boolean

# isRecurring

If the task is a recurrency template, the flag is true.

View Source model/TaskTemplate.js, line 263

String

# name

The name of the task created from this template.

View Source model/TaskTemplate.js, line 26

Number

# order

For internal purposes.

View Source model/TaskTemplate.js, line 247

Number

# plannedDuration

The expected planned workload of the task created from this template, in seconds.

View Source model/TaskTemplate.js, line 50

Number

# relativeDueOn

The relative due date and time of the task created from this template, in seconds, from the moment of creating the task.

View Source model/TaskTemplate.js, line 66

Number

# relativeStartOn

The relative start date and time of the task created from this template, in seconds, from th emoment of creating the task.

View Source model/TaskTemplate.js, line 58

Array.<TaskTemplateTaskListTemplateModel>

# taskListTemplate

The task list templates of the task template.

View Source model/TaskTemplate.js, line 194

Object

# taskType

The type of the the task.

View Source model/TaskTemplate.js, line 106

String

# taskTypeCreatedBy

The id of the us created this entity.

View Source model/TaskTemplate.js, line 162

String

# taskTypeCreatedOn

The date this etity was created.

View Source model/TaskTemplate.js, line 154

String

# taskTypeDescription

A short (max. 140 characters) description of the task type.

View Source model/TaskTemplate.js, line 130

Icon

# taskTypeIcon

The icon associated with this task type.

View Source model/TaskTemplate.js, line 138

String

# taskTypeId

The id of the task type.

View Source model/TaskTemplate.js, line 114

Boolean

# taskTypeIsArchived

Whether the task type has been archived.

View Source model/TaskTemplate.js, line 146

String

# taskTypeName

The name of the task type.

View Source model/TaskTemplate.js, line 122

String

# taskTypeUpdatedBy

The id of the user who last modified this entity.

View Source model/TaskTemplate.js, line 178

String

# taskTypeUpdatedOn

The date this entity was last modified.

View Source model/TaskTemplate.js, line 170

String

# typeOfWorkId

The id of the type of work of this task.

View Source model/TaskTemplate.js, line 74

String

# updatedBy

The id of the user who last modified this task.

View Source model/TaskTemplate.js, line 239

String

# updatedOn

The date this task was last modified.

View Source model/TaskTemplate.js, line 231