Regression information for an issue that was previously resolved and then reopened.

Hierarchy

  • IssueRegression

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
regressedAt: Date

Timestamp when the issue was reopened (regressed).

regressedAtVersion?: string

Application version where the regression was observed.

resolvedAt: Date

Timestamp when the issue was resolved before the regression.

Generated using TypeDoc