issueStat

Describes statistical information about a specific category of issues.

Examples

type IssueStat {
  name: String
  total: Int
}

Fields

Field
Description
Supported fields

name String

Name of the category or tool

total Int

Total count of issues in this category

References

Fields with this object:

Last updated