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

    Interface UpdateUiModificationDetails

    The details of a UI modification.

    interface UpdateUiModificationDetails {
        contexts?: Version3Models.UiModificationContextDetails[];
        data?: string;
        description?: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts.

    data?: string

    The data of the UI modification. The maximum size of the data is 50000 characters.

    description?: string

    The description of the UI modification. The maximum length is 255 characters.

    name?: string

    The name of the UI modification. The maximum length is 255 characters.