cicdIssueStatus
Examples
enum CICDIssueStatus {
New
Old
}Enum values
Enum value
Description
References
Fields with this object:
Last updated
Status of an issue in the CI/CD pipeline.
enum CICDIssueStatus {
New
Old
}New
Issue was first discovered in the current pipeline run
Old
Issue existed in previous pipeline runs
Last updated
