Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GanttTaskType

The type of a GanttTask.

Index

Enumeration members

Enumeration members

ACTIVITY

ACTIVITY: = "activity"

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.

MAIN

MAIN: = "main"

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.

PARENT_ONLY

PARENT_ONLY: = "parent_only"

The GanttTask corresponds to a parent YouTrackIssue. It shows the total time span of its own IssueActivity objects (excluding sub-issues).

Generated using TypeDoc