Configure Ticket Filters
Configuring & Testing Ticket Filters
- First navigate to Ticketing > Ticketing Settings > Ticket Filters.
- Select the DSL Editor for the ticket filter you are trying to configure.
- Write your DSL Ticket Filter Rule. For example if you wanted to not include tickets where the requested_for's email address is [email protected], you would write your rule as follows:

Accessible Attributes
When writing ticket filters, you have access to the ticket object, which includes fields like requested_for, created by, etc. Review Moveworks Data Objects for more information on the accessible attributes. NOTE: You may need to refer to the ticket mapping configuration to understand which external attribute is being mapped to the Moveworks requested_for attribute.
- Test your DSL Rule by selecting RUN on the top right.
- Enter a ticket number, and ensure the result is what you expect.

Updated about 12 hours ago