Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/agile/models/getDeploymentGatingStatusByKey.ts>GetDeploymentGatingStatusByKey

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetDeploymentGatingStatusByKey
import { type GetDeploymentGatingStatusByKey } from "https://deno.land/x/jira@v3.0.2/src/agile/models/getDeploymentGatingStatusByKey.ts";

The current gating status for the given Deployment.*

Properties

optional
deploymentSequenceNumber: number

This is the identifier for the Deployment.

optional
pipelineId: string

The ID of the Deployment's pipeline.

optional
environmentId: string

The ID of the Deployment's environment.

optional
updatedTimestamp: string

Time the deployment gating status was updated.

optional
gatingStatus: string

The gating status

optional
details: { type: string; issueKey: string; issueLink: string; }[]