A field used in a JQL query. See Advanced searching - fields reference for more information about fields in JQL queries.

interface JqlQueryField {
    encodedName?: string;
    name: string;
    property?: JqlQueryFieldEntityProperty[];
}

Properties

encodedName?: string

The encoded name of the field, which can be used directly in a JQL query.

name: string

The name of the field.

When the field refers to a value in an entity property, details of the entity property value.