Class CreateJiraIssueRequestDataAttributes

Attributes of the Jira issue to create.

Hierarchy

  • CreateJiraIssueRequestDataAttributes

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

Unique identifier of the user assigned to the Jira issue.

description?: string

Description of the Jira issue. If not provided, the description will be automatically generated.

fields?: {
    [key: string]: any;
}

Custom fields of the Jira issue to create. For the list of available fields, see Jira documentation.

Type declaration

  • [key: string]: any
priority?: CasePriority

Case priority

title?: string

Title of the Jira issue. If not provided, the title will be automatically generated.

Generated using TypeDoc