I want to create Assignment Rule Based On Shift or Time

Until this feature gets implemented, here is a PAINFUL way to achieve what you’re looking for:

  1. Create a custom app
  2. Create a function that will be called on validate hook. This will contain your assignment logic
  3. Update hooks.py file to ensure
  4. Restart the app

Note: This only works if you’re okay writing code and making changes to server