Interface EpicInterface

interface EpicInterface {
    appUrl: string;
    archived: boolean;
    associatedGroups: [];
    completed: boolean;
    completedAt: null | string;
    completedAtOverride: null | string;
    deadline: null | string;
    description: string;
    entityType: string;
    epicStateId: number;
    externalId: null | string;
    followerIds: string[];
    groupIds: string[];
    id: number;
    labelIds: number[];
    labels: [];
    memberMentionIds: string[];
    mentionIds: string[];
    milestoneId: null | number;
    name: string;
    objectiveIds: number[];
    ownerIds: string[];
    plannedStartDate: null | string;
    position: number;
    productboardId: null | string;
    productboardName: null | string;
    productboardPluginId: null | string;
    productboardUrl: null | string;
    projectIds: number[];
    requestedById: string;
    started: boolean;
    startedAt: null | string;
    startedAtOverride: null | string;
    stats: object;
    storiesWithoutProjects: number;
    updatedAt: null | string;
}

Hierarchy

  • default
    • EpicInterface

Implemented by

Properties

appUrl: string
archived: boolean
associatedGroups: []
completed: boolean
completedAt: null | string
completedAtOverride: null | string
deadline: null | string
description: string
entityType: string
epicStateId: number
externalId: null | string
followerIds: string[]
groupIds: string[]
id: number
labelIds: number[]
labels: []
memberMentionIds: string[]
mentionIds: string[]
milestoneId: null | number
name: string
objectiveIds: number[]
ownerIds: string[]
plannedStartDate: null | string
position: number
productboardId: null | string
productboardName: null | string
productboardPluginId: null | string
productboardUrl: null | string
projectIds: number[]
requestedById: string
started: boolean
startedAt: null | string
startedAtOverride: null | string
stats: object
storiesWithoutProjects: number
updatedAt: null | string