Interface EpicAssociatedGroup

interface EpicAssociatedGroup {
    associated_stories_count?: number;
    group_id: string;
}

Properties

associated_stories_count?: number

The number of stories this Group owns in the Epic.

int64

group_id: string

The Group ID of the associated group.

uuid