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

    Interface CreateUiModificationDetails

    The details of a UI modification.

    interface CreateUiModificationDetails {
        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.

    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.