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

    Interface DashboardGadgetUpdateRequest

    The details of the gadget to update.

    interface DashboardGadgetUpdateRequest {
        color?: string;
        position?: Version2Models.DashboardGadgetPosition;
        title?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: string

    The color of the gadget. Should be one of blue, red, yellow, green, cyan, purple, gray, or white.

    title?: string

    The title of the gadget.