Class TicketCreationRuleActionResponse

The action to take when the ticket creation rule matches a finding.

Hierarchy

  • TicketCreationRuleActionResponse

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

The UUID of the default assignee for created tickets.

autoDisabledReason?: string

The reason the rule was automatically disabled by the system due to a ticketing integration error.

fields?: any

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

maxTicketsPerDay: number

The maximum number of tickets the rule may create per day. If exceeded, one final ticket will be created, explaining the limit was hit and link back to the responsible rule.

projectId: string

The UUID of the case management project.

The ticketing system to create tickets in.

Generated using TypeDoc