Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GanttIssue

An issue with all relevant information for a Gantt chart.

Hierarchy

  • GanttIssue

Index

Properties

Optional assignee

The YouTrack assignee of the corresponding issue (if known).

hasSubIssues

hasSubIssues: boolean

Whether the corresponding issue has children (sub-issues).

id

id: string

The issue ID.

isResolved

isResolved: boolean

Whether the corresponding issue has been resolved in YouTrack.

stateId

stateId: string

The YouTrack-internal ID of the state of the corresponding issue.

totalNumActivities

totalNumActivities: number

Total number of non-waiting activities.

See also GanttTask.index.

typeId

typeId: string

The YouTrack-internal ID of the type of the corresponding issue.

url

url: string

URL of this issue.

Generated using TypeDoc