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

    Interface UiModificationDetails

    The details of a UI modification.

    interface UiModificationDetails {
        contexts?: Version3Models.UiModificationContextDetails[];
        data?: string;
        description?: string;
        id: string;
        name: string;
        self: string;
    }
    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.

    id: string

    The ID of the UI modification.

    name: string

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

    self: string

    The URL of the UI modification.