Interface LabelStats

A group of calculated values for this Label. This is not included if the slim? flag is set to true for the List Labels endpoint.

Hierarchy

  • LabelStats

Properties

num_epics: number

The total number of Epics with this Label.

Format

int64

num_epics_completed: number

The number of completed Epics associated with this Label.

Format

int64

num_epics_in_progress: number

The number of in progress epics associated with this label.

Format

int64

num_epics_total: number

The total number of Epics associated with this Label.

Format

int64

num_epics_unstarted: number

The number of unstarted epics associated with this label.

Format

int64

num_points_backlog: number

The total number of backlog points with this Label.

Format

int64

num_points_completed: number

The total number of completed points with this Label.

Format

int64

num_points_in_progress: number

The total number of in-progress points with this Label.

Format

int64

num_points_total: number

The total number of points with this Label.

Format

int64

num_points_unstarted: number

The total number of unstarted points with this Label.

Format

int64

num_related_documents: number

The total number of Documents associated this Label.

Format

int64

num_stories_backlog: number

The total number of stories backlog Stories with this Label.

Format

int64

num_stories_completed: number

The total number of completed Stories with this Label.

Format

int64

num_stories_in_progress: number

The total number of in-progress Stories with this Label.

Format

int64

num_stories_total: number

The total number of Stories with this Label.

Format

int64

num_stories_unestimated: number

The total number of Stories with no point estimate with this Label.

Format

int64

num_stories_unstarted: number

The total number of stories unstarted Stories with this Label.

Format

int64

Generated using TypeDoc