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

Target-specific fields of the ticket to create.

For target: jira, the custom fields of the Jira issue. For the list of available fields, see Jira documentation.

For target: linear, the optional keys linear_project_id (string, the identifier of the Linear project the issue is created in) and linear_label_ids (array of strings, the identifiers of the Linear labels applied to the issue).

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