Details of the order-by JQL clause.

interface JqlQueryOrderByClause {
    fields: JqlQueryOrderByClauseElement[];
}

Properties

Properties

The list of order-by clause fields and their ordering directives.