cicdFields

Fields related to CI/CD metadata for an issue.

Examples

type CICDFields {
  issueStatus: CICDIssueStatus
  sourceBranch: String
  targetBranch: String
  isBlocking: Boolean
  jobId: String
  jobTriggeredAt: String
  jobTriggeredAtDate: Float
  jobTriggeredBy: String
  jobTriggeredReason: String
  jobUrl: String
  pullRequestId: String
  pullRequestUrl: String
  enforcement: String
  excludedByAlert: Boolean
  cicdEventType: String
}

Fields

Field
Description
Supported fields

issueStatus CICDIssueStatus

Status of the issue in the CI/CD context

sourceBranch String

Name of the source branch related to the issue

targetBranch String

Name of the target branch for the issue or PR

isBlocking Boolean ⚠️

Deprecated: use 'enforcement'

jobId String

ID of the CI/CD job related to the issue

jobTriggeredAt String

Timestamp string when the job was triggered

jobTriggeredAtDate Float

Timestamp as float when the job was triggered

jobTriggeredBy String

User or system that triggered the CI/CD job

jobTriggeredReason String

Reason or context for triggering the job

jobUrl String

URL to the CI/CD job

pullRequestId String

ID of the related pull request

pullRequestUrl String

URL link to the related pull request

enforcement String

Enforcement level or status within the CI/CD pipeline

excludedByAlert Boolean

Indicates if the issue was excluded by an alert within the CI/CD context

cicdEventType String

Type of CI/CD event that triggered this issue or job

References

Fields with this object:

Last updated