allPolicyViolationTicketNumbers
Returns distinct ticket numbers (ServiceNow / Jira) associated with policy violation remediations, optionally filtered by a search term. When the search term is empty, the most recent distinct ticket numbers are returned.
Arguments
| Argument | Type | Description |
|---|---|---|
| policyTypes (required) | [PolicyType!]! | Policy types to scope the ticket lookup. |
| searchTerm | String | Optional substring filter for ticket numbers. When omitted, the most recent distinct ticket numbers are returned. |
Returns
[String!]!