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

    Interface JqlQueryOrderByClause

    Details of the order-by JQL clause.

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

    Properties

    Properties

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