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

    Interface JqlQueryField

    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?: Version3Models.JqlQueryFieldEntityProperty[];
    }
    Index

    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.