Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.66 KB

LabelStats.md

File metadata and controls

23 lines (20 loc) · 1.66 KB

LabelStats

Properties

Name Type Description Notes
num_related_documents int The total number of Documents associated this Label.
num_epics int The total number of Epics with this Label.
num_stories_unstarted int The total number of stories unstarted Stories with this Label.
num_stories_total int The total number of Stories with this Label.
num_epics_unstarted int The number of unstarted epics assoicated with this label.
num_epics_in_progress int The number of in progress epics assoicated with this label.
num_points_unstarted int The total number of unstarted points with this Label.
num_stories_unestimated int The total number of Stories with no point estimate with this Label.
num_points_in_progress int The total number of in-progress points with this Label.
num_epics_total int The total number of Epics assoicated with this Label.
num_stories_completed int The total number of completed Stories with this Label.
num_points_completed int The total number of completed points with this Label.
num_points_total int The total number of points with this Label.
num_stories_in_progress int The total number of in-progress Stories with this Label.
num_epics_completed int The number of completed Epics assoicated with this Label.

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