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

    Interface Epic

    interface Epic {
        color: { key: string };
        done: boolean;
        id: number;
        name: string;
        self: string;
        summary: string;
    }
    Index

    Properties

    color: { key: string }
    done: boolean
    id: number
    name: string
    self: string
    summary: string