The GanttTask corresponds to an IssueActivity
of a YouTrackIssue
that has more than one activity.
If the issue has no sub-issues, then the main GanttTask has GanttTask.render set to 'split'
.
Otherwise, there is is another GanttTask with type PARENT_ONLY that has GanttTask.render
set to 'split'
. In either case, the GanttTask.parent property of the current GanttTask is set to
the split task object.
The GanttTask is the main task object; that is, it corresponds to a YouTackIssue
. It shows the total time
span of all IssueActivity
objects, including those of sub-issues.
The GanttTask corresponds to a parent YouTrackIssue
. It shows the total time span of its own
IssueActivity
objects (excluding sub-issues).
Generated using TypeDoc
The type of a GanttTask.