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

    Interface JqlQueryOrderByClauseElement

    An element of the order-by JQL clause.

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

    Properties

    Properties

    direction?: string

    The direction in which to order the results.