Jira.js - Jira Cloud API library
    Preparing search index...

    Interface RankEpics

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

    Properties

    epicIdOrKey: string

    The id or key of the epic to rank.

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