An element of the order-by JQL clause.

interface JqlQueryOrderByClauseElement {
    direction?: string;
    field: Version3.Version3Models.JqlQueryField;
}

Properties

Properties

direction?: string

The direction in which to order the results.