Jira.js - Jira Cloud API library
    Preparing search index...

    Interface GetDeploymentGatingStatusByKey

    The current gating status for the given Deployment.*

    interface GetDeploymentGatingStatusByKey {
        deploymentSequenceNumber?: number;
        details?: { issueKey: string; issueLink: string; type: string }[];
        environmentId?: string;
        gatingStatus?: string;
        pipelineId?: string;
        updatedTimestamp?: string;
    }
    Index

    Properties

    deploymentSequenceNumber?: number

    This is the identifier for the Deployment.

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

    Type declaration

    • issueKey: string

      An issue key that references an issue in Jira.

    • issueLink: string

      A full HTTPS link to the Jira issue for the change request gating this Deployment. This field is provided if the details type is issue.

    • type: string

      The type of the gating status details.

    environmentId?: string

    The ID of the Deployment's environment.

    gatingStatus?: string

    The gating status

    pipelineId?: string

    The ID of the Deployment's pipeline.

    updatedTimestamp?: string

    Time the deployment gating status was updated.