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

    Interface ScreenableField

    A screen tab field.

    interface ScreenableField {
        id?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: string

    The ID of the screen tab field.

    name?: string

    The name of the screen tab field. Required on create and update. The maximum length is 255 characters.