Jira issue creation attributes

Hierarchy

  • JiraIssueCreateAttributes

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
fields?: {
    [key: string]: any;
}

Additional Jira fields

Type declaration

  • [key: string]: any
issueTypeId: string

Jira issue type ID

jiraAccountId: string

Jira account ID

projectId: string

Jira project ID

Generated using TypeDoc