Jira.js - Jira Cloud API library
Preparing search index...
Version3Models
JqlQueryOrderByClauseElement
Interface JqlQueryOrderByClauseElement
An element of the order-by JQL clause.
interface
JqlQueryOrderByClauseElement
{
direction
?:
string
;
field
:
Version3Models
.
JqlQueryField
;
}
Index
Properties
direction?
field
Properties
Optional
direction
direction
?:
string
The direction in which to order the results.
field
field
:
Version3Models
.
JqlQueryField
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
field
Jira.js - Jira Cloud API library
Loading...
An element of the order-by JQL clause.