support.new_ticket

Creates a new ticket for support. This is done using the support proxy API. For TrueNAS Community Edition it will be created on JIRA and for TrueNAS Enterprise on Salesforce.

For Community Edition, criticality, environment, phone, name, and email attributes are not required. For Enterprise, token and type attributes are not required.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: data

data


SupportNewTicketEnterprise

Type: object
No Additional Properties

Title

Type: string

Must be at most 200 characters long

Body

Type: string

Must be at most 20000 characters long

Category

Type: string

Attach Debug

Type: boolean Default: false

Criticality

Type: string

Environment

Type: string

Phone

Type: string

Name

Type: string

Email

Type: string

Cc

Type: array of string Default: []
No Additional Items
Each item of this array must be:
Type: string

SupportNewTicketCommunity

Type: object
No Additional Properties

Title

Type: string

Must be at most 200 characters long

Body

Type: string

Must be at most 20000 characters long

Attach Debug

Type: boolean Default: false

Token

Type: string

Type

Type: enum (of string)
Must be one of:
  • "BUG"
  • "FEATURE"

Cc

Type: array of string Default: []
No Additional Items
Each item of this array must be:
Type: string

SupportNewTicketResult

Type: object
No Additional Properties

Ticket


Type: integer
Type: null

Url


Type: string
Type: null

Has Debug

Type: boolean


Required roles: READONLY_ADMIN | SUPPORT_WRITE