Skip to main content
Product Update

Introducing Custom Domains in Ticket Routing & Workflows

Related products:Moveworks Setup
  • May 26, 2026
  • 5 replies
  • 57 views

vpawar
Forum|alt.badge.img+3

You can now reference custom domains directly in Ticket Routing and the Workflow DSL. Multiple custom domains can coexist in a single tenant, each routed to its own ticketing workflow.


What was the problem? 

Ticket routing worked by domain type (IT, HR, Facilities…), but couldn't distinguish between specific custom domains within a type. If you had more than one custom domain, your routing rules couldn't tell them apart. The only workaround was spinning up a separate ticketing integration per custom domain.


What's new

A new field, domain_destination, is now available in Ticket Routing. Add a custom domain in the panel, then reference it in your Workflow Routing and Workflow DSL.


How to configure

Setup → Ticketing Configurations → Routing & Workflow Conditions → Conditional Routes → DSL Routing Rules

Route on a specific custom domain or default domain:

context.system_context.domain_destination IN ["<domain_name>"]

Note

The new field domain_destination covers both default and custom domains. Please start using this field going forward for either default or custom domains.

For default domains, the value is the domain name without any suffix:

  • IT_DOMAIN"IT"
  • FACILITY_DOMAIN"FACILITY"
  • HR_DOMAIN"HR"

5 replies

Forum|alt.badge.img+3
  • Known Participant
  • May 26, 2026

Question ​@vpawar in regards to this. We’re just migrating over HR from Dev to Prod for us. What are the outcomes if we don’t set this up?


mrukavina
Forum|alt.badge.img+2
  • Employee
  • May 26, 2026

@vpawar to be specific, will the ticketing domain functionality still work if a customer does not update to domain_destination?

What about legacy customers?


vpawar
Forum|alt.badge.img+3
  • Author
  • Community Manager
  • May 27, 2026

Hello ​@Jonathan, This is an add-on capability for supporting custom domains. While migrating, if you have a ticket routing rule that uses the old “context.system_context.domain IN ["<domain_type>"]” style you just need to now start using the new “context.system_context.domain_destination IN ["<domain_name>"]” format. 


vpawar
Forum|alt.badge.img+3
  • Author
  • Community Manager
  • May 27, 2026

Hello ​@mrukavina Yes, the ticketing domain functionality still works the same. The old syntax is still supported, and the workflow and routing rule will continue to trigger for legacy customers. However, we recommend updating to this new rule syntax so custom domains can be utilized as well. 


Forum|alt.badge.img+3
  • Known Participant
  • May 27, 2026

Thanks ​@mrukavina and ​@vpawar! Appreciate the notice.