Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.82 KB

LabelStats.md

File metadata and controls

25 lines (22 loc) · 1.82 KB

LabelStats

Properties

Name Type Description Notes
numRelatedDocuments int The total number of Documents associated this Label.
numEpics int The total number of Epics with this Label.
numStoriesUnstarted int The total number of stories unstarted Stories with this Label.
numStoriesTotal int The total number of Stories with this Label.
numEpicsUnstarted int The number of unstarted epics associated with this label.
numEpicsInProgress int The number of in progress epics associated with this label.
numPointsUnstarted int The total number of unstarted points with this Label.
numStoriesUnestimated int The total number of Stories with no point estimate with this Label.
numPointsInProgress int The total number of in-progress points with this Label.
numEpicsTotal int The total number of Epics associated with this Label.
numStoriesCompleted int The total number of completed Stories with this Label.
numPointsCompleted int The total number of completed points with this Label.
numStoriesBacklog int The total number of stories backlog Stories with this Label.
numPointsTotal int The total number of points with this Label.
numStoriesInProgress int The total number of in-progress Stories with this Label.
numPointsBacklog int The total number of backlog points with this Label.
numEpicsCompleted int The number of completed Epics associated with this Label.

[Back to Model list] [Back to API list] [Back to README]