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

    Interface Field

    Details of a field.

    interface Field {
        contextsCount?: number;
        description?: string;
        id: string;
        isLocked?: boolean;
        isUnscreenable?: boolean;
        key?: string;
        lastUsed?: Version2Models.FieldLastUsed;
        name: string;
        projectsCount?: number;
        schema: Version2Models.JsonType;
        screensCount?: number;
        searcherKey?: string;
    }
    Index

    Properties

    contextsCount?: number

    Number of contexts where the field is used.

    description?: string

    The description of the field.

    id: string

    The ID of the field.

    isLocked?: boolean

    Whether the field is locked.

    isUnscreenable?: boolean

    Whether the field is shown on screen or not.

    key?: string

    The key of the field.

    name: string

    The name of the field.

    projectsCount?: number

    Number of projects where the field is used.

    screensCount?: number

    Number of screens where the field is used.

    searcherKey?: string

    The searcher key of the field. Returned for custom fields.