jira.js
    Preparing search index...

    Function rankEpics

    • Moves (ranks) an epic before or after a given epic.

      If rankCustomFieldId is not defined, the default rank field will be used.

      Note: This operation does not work for epics in next-gen projects.

      Parameters

      • client: Client
      • parameters: {
            epicIdOrKey: string;
            rankAfterEpic?: string;
            rankBeforeEpic?: string;
            rankCustomFieldId?: number;
        }
        • epicIdOrKey: string

          The id or key of the epic to rank.

        • OptionalrankAfterEpic?: string
        • OptionalrankBeforeEpic?: string
        • OptionalrankCustomFieldId?: number
      • Optionaloptions: RequestOptions

      Returns Promise<void>