interface RankEpics {
    epicIdOrKey: string;
    rankAfterEpic?: string;
    rankBeforeEpic?: string;
    rankCustomFieldId?: number;
}

Properties

epicIdOrKey: string

The id or key of the epic to rank.

rankAfterEpic?: string
rankBeforeEpic?: string
rankCustomFieldId?: number