Attributes for creating a change request.

Hierarchy

  • ChangeRequestCreateAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
changeRequestLinkedIncidentUuid?: string

The UUID of an incident to link to the change request.

changeRequestMaintenanceWindowQuery?: string

The maintenance window query for the change request.

changeRequestPlan?: string

The plan associated with the change request.

changeRequestRisk?: ChangeRequestRiskLevel

The risk level of the change request.

changeRequestType?: ChangeRequestChangeType

The type of the change request.

description?: string

The description of the change request.

endDate?: Date

The planned end date of the change request.

projectId?: string

The project UUID to associate with the change request.

requestedTeams?: string[]

A list of team handles to request decisions from.

startDate?: Date

The planned start date of the change request.

title: string

The title of the change request.

Generated using TypeDoc