--- title: How to Configure Ticket Interception deprecated: false hidden: false metadata: robots: index --- This page will contain configurations for each Plugin that is supported for ticket interception ![](https://files.readme.io/880a0048ff9d0a35ab9db2253755e6ede8b45f19dbbc3776852d889feee7d99e-image.png)
Input a DSL rule for each functionality you would like to enable ticket interception for. Enter **True** to enable ticket interception for all users for that feature. Note: To enable ticket interception for a few select users you can leverage a DSL rule. For example, the following rule enables the features for only 2 users: (1) email1@example.com and (2) email2@example.com ``` user.email_addr IN ["email1@example.com", "email2@example.com"] ``` **Note**: DSL Rules are case sensitive, so ensure the email addresses are lowercase. This configuration is the top level on/off switch for Ticket Interception. Users must pass both this rule, and the plugin specific rule for a ticket interception to trigger. ![](https://files.readme.io/4f866458add571642a35dfc0ee4994ea07e80d9b25aa639721ba18e056553c6c-image.png) All tickets that meet the criteria of the **Filter for actionable tickets** will be eligible for ticket interception. > 📘 IMPORTANT Testing Instructions > > When testing ticket interception, be sure to: > > 1. File the ticket from your ITSM portal > 2. Set the **requestor to a user different from the assignee of the ticket** > 3. Ensure the state of the ticket corresponds to **New** status on Moveworks to ensure it is eligible for ticket interception.