Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
JqlQuery
Interface JqlQuery
A parsed JQL query.
interface
JqlQuery
{
orderBy
?:
JqlQueryOrderByClause
;
where
?:
JqlQueryClause
;
}
Index
Properties
order
By?
where?
Properties
Optional
order
By
order
By
?:
JqlQueryOrderByClause
Details of the order-by JQL clause.
Optional
where
where
?:
JqlQueryClause
A JQL query clause.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
order
By
where
Source Code
@resolution/jira-api-client
Loading...
A parsed JQL query.