Contributors for this task or task fragment.
If the YouTrack issue is not splittable and the task fragment extends into the future, then this is a singleton array containing assignee. Otherwise, this array may have an arbitrary size. For fragments in the past, it may also be empty.
The date when a task is scheduled to end.
The type of this object.
The task id.
The 0-based index of this task fragment among all non-waiting task fragment; or -1 if ganttTaskType is not GanttTaskType.ACTIVITY.
See also GanttIssue.totalNumActivities.
Whether this task or task fragment is (at least partially) in the future.
Whether this task or task fragment represents wait time.
The issue.
Note that a GanttTask can also represent issue activities, hence there is a 1:n relationship between GanttIssue and GanttTask.
Specifies whether the task branch will be opened initially (to show child tasks).
The id of the parent task.
See the dhtmlxGantt Split Task Example.
The date when a task is scheduled to begin.
The task text.
Indicates whether the task is unscheduled (without a start date). See the dhtmlxGantt documentation of Unscheduled Tasks.
Generated using TypeDoc
A dhtmlxGantt task object.
If the GanttTask.render property of the parent task is
'split'
, then the current instance only represents a task fragment (and it corresponds to anIssueActivity
).