A parsed JQL query.

interface JqlQuery {
    orderBy?: JqlQueryOrderByClause;
    where?: JqlQueryClause;
}

Properties

Properties

Details of the order-by JQL clause.

A JQL query clause.