iCategory

Represents a category classification for an issue.

Examples

type ICategory {
  name: String
  categoryId: Int
  subCategoryName: String
  subCategoryComment: String
}

Fields

Field
Description
Supported fields

name String

Name of the category

categoryId Int

Numeric identifier of the category

subCategoryName String

Name of the sub-category within the category

subCategoryComment String

Comment or description about the sub-category

References

Fields with this object:

Last updated