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

    Interface PartiallyUpdateEpic

    interface PartiallyUpdateEpic {
        color?: { key?: string };
        done?: boolean;
        epicIdOrKey: string;
        name?: string;
        summary?: string;
    }
    Index

    Properties

    color?: { key?: string }
    done?: boolean
    epicIdOrKey: string

    The id or key of the epic to update.

    name?: string
    summary?: string