issueStat
Examples
type IssueStat {
name: String
total: Int
}Fields
Field
Description
Supported fields
References
Fields with this object:
Last updated
Describes statistical information about a specific category of issues.
type IssueStat {
name: String
total: Int
}name String
Name of the category or tool
total Int
Total count of issues in this category
Last updated
