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

cicdIssueStatus

Status of an issue in the CI/CD pipeline.

Examples

enum CICDIssueStatus {
  New
  Old
}

Enum values

Enum value
Description

New

Issue was first discovered in the current pipeline run

Old

Issue existed in previous pipeline runs

References

Fields with this object:

Last updated