interface JqlCountRequestBean {
    jql?: string;
}

Properties

Properties

jql?: string

A JQL expression. For performance reasons, this parameter requires a bounded query. A bounded query is a query with a search restriction.