Details of the order-by JQL clause.

interface JqlQueryOrderByClause {
    fields: Version3.Version3Models.JqlQueryOrderByClauseElement[];
}

Properties

Properties

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