Result of the Jira issue creation.

Hierarchy

  • FindingJiraIssueResult

Constructors

Properties

accountId?: string

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

Unique identifier of the Jira issue.

issueKey?: string

Key of the Jira issue.

issueUrl?: string

URL of the Jira issue.

Generated using TypeDoc