For the complete documentation index, see llms.txt. This page is also available as Markdown.

issueCollectionStatus

Status of an issue based on which collection it exists in.

Examples

enum IssueCollectionStatus {
  Active
  Resolved
}

Enum values

Enum value
Description

Active

Issue is in the current issues collection

Resolved

Issue is in the fixed issues collection

References

Fields with this object:

Last updated