最近の検索


最近の検索はありません

Matthew Briley's Avatar

Matthew Briley

参加日2021年4月15日

·

前回のアクティビティ2021年10月27日

フォロー中

0

フォロワー

0

合計アクティビティ

7

投票

2

受信登録

3

アクティビティの概要

さんの最近のアクティビティ Matthew Briley

Matthew Brileyさんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

@Thomas,

We have the same need that you do in that we need to be able to ask somebody a one-time question and then not bombard them with all of the ticket updates afterward. Here's how I implemented this in our system:

  1. Create MACRO that adds 'tag1' to the ticket. (our macro actually places the question in the comment as well, but yours wouldn't have to)
  2. Create TRIGGER that only fires if 'tag1' is present on a ticket when it's updated
  3. The TRIGGER sends an email notification to a specific Light Agent and includes the ticket comments (using {{ticket.comments_formatted}})
  4. The TRIGGER also removes 'tag1' (ours adds 'tag2' as well so we can keep track of the ticket, but yours wouldn't have to)
  5. When the Light Agent responds, their comment is added as an Internal Note on the ticket. Because they were never added as a CC, they won't be stuck receiving future updates

コメントを表示 · 投稿日時:2014年12月05日 · Matthew Briley

0

フォロワー

1

投票

0

コメント


Matthew Brileyさんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

My use case is that I need to be able to remove both light and full agents from the CC field in certain scenarios. A text field similar to the 'remove tags' option would be great, but even a drop-down with a list of agents (both light and full) would be beneficial.

コメントを表示 · 投稿日時:2014年11月04日 · Matthew Briley

0

フォロワー

0

投票

0

コメント