Result of the Jira issue creation.

Hierarchy

  • FindingJiraIssueResult

Constructors

Properties

accountId?: string

The account ID of the Jira issue.

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

The unique identifier of the Jira issue.

issueKey?: string

The key of the Jira issue.

issueUrl?: string

The URL of the Jira issue.

Generated using TypeDoc