Metadata for connecting a case management project to a Jira project.

Hierarchy

  • IntegrationJiraMetadata

Constructors

Properties

accountId?: string

The Jira account identifier.

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

The Jira issue type identifier to use when creating issues.

projectId?: string

The Jira project identifier to associate with this case project.

Generated using TypeDoc