Jira issue associated with the case.

Hierarchy

  • FindingJiraIssue

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
errorMessage?: string

The error message if the Jira issue creation failed.

Result of the Jira issue creation.

status?: string

The status of the Jira issue creation. Can be "COMPLETED" if the Jira issue was created successfully, or "FAILED" if the Jira issue creation failed.

Generated using TypeDoc