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

interface JqlQueryField {
    name: string;
    property?: Version3.Version3Models.JqlQueryFieldEntityProperty[];
}

Properties

Properties

name: string

The name of the field.

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