최근 검색
최근 검색 없음
Auto update status
2023년 1월 05일에 게시됨
We simply name a "New" ticket as a queuing ticket or unassign ticket.
How can i set this scenario:
When the agents open / see the tickets:
1. Assigne will be automated filled in with their name
2. Status will be automate change to Open
So that we can easily track New Time (queuing time), and Open Time (Handling time by agent) for each ticket
0
1
댓글 1개
Lou
Zilvia Permata Sari - Innovation Team
We do this with a trigger. Set your conditions (i.e. ticket is created, etc.) then use the following actions:
Assignee is current user
Add tag (whatever you want to prevent the trigger from firing again)
Status Open
One of your conditions will need to be Tags contain none of the following (the tag you add in the actions).
If you need more detail, let me know.
0