@shortcut/client
    Preparing search index...

    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.

    interface LabelStats {
        num_epics: number;
        num_epics_completed: number;
        num_epics_in_progress: number;
        num_epics_total: number;
        num_epics_unstarted: number;
        num_points_backlog: number;
        num_points_completed: number;
        num_points_in_progress: number;
        num_points_total: number;
        num_points_unstarted: number;
        num_related_documents: number;
        num_stories_backlog: number;
        num_stories_completed: number;
        num_stories_in_progress: number;
        num_stories_total: number;
        num_stories_unestimated: number;
        num_stories_unstarted: number;
    }
    Index

    Properties

    num_epics: number

    The total number of Epics with this Label.

    int64

    num_epics_completed: number

    The number of completed Epics associated with this Label.

    int64

    num_epics_in_progress: number

    The number of in progress epics associated with this label.

    int64

    num_epics_total: number

    The total number of Epics associated with this Label.

    int64

    num_epics_unstarted: number

    The number of unstarted epics associated with this label.

    int64

    num_points_backlog: number

    The total number of backlog points with this Label.

    int64

    num_points_completed: number

    The total number of completed points with this Label.

    int64

    num_points_in_progress: number

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

    int64

    num_points_total: number

    The total number of points with this Label.

    int64

    num_points_unstarted: number

    The total number of unstarted points with this Label.

    int64

    num_related_documents: number

    The total number of Documents associated this Label.

    int64

    num_stories_backlog: number

    The total number of stories backlog Stories with this Label.

    int64

    num_stories_completed: number

    The total number of completed Stories with this Label.

    int64

    num_stories_in_progress: number

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

    int64

    num_stories_total: number

    The total number of Stories with this Label.

    int64

    num_stories_unestimated: number

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

    int64

    num_stories_unstarted: number

    The total number of stories unstarted Stories with this Label.

    int64