interface JqlCountResultsBean {
    count?: number;
}

Properties

Properties

count?: number

Number of issues matching JQL query.