There are a few rules that Support follows to determine whether a reply to a notification sent from email becomes a public comment or a private comment.
A private comment appears in the agent interface as an internal note. Private comments and internal notes are the same thing. This article uses the term private comment to describe these types of comments.
This article includes these sections:
- Checklist: How Support determines comments privacy for inbound emails
- Using "Reply" instead of "Reply all"
- Third party replies to ticket notifications
- Using the Mail API
For more information about using CCs and followers with email clients, see Best practices for using email clients with CCs and followers.
For a complete list of documentation about CCs and followers, see CCs and followers resources.
Checklist: How Support determines comments privacy for inbound emails
Support performs a series of checks to determine comment privacy for inbound emails. These are the checks and the order in which they are performed:
- If the ticket is being updated (rather than created) and the ticket was
identified from the encoded ID in the email, and the author cannot edit the ticket:
- If the author is an agent and is not an assignee, follower, or CC on the ticket, the comment will be private.
- If the author is an end user and is not the requester or a CC on the ticket, the comment will be private.
- If the ticket is being updated (rather than created) and the ticket was not
identified from the encoded ID in the email, and the author cannot edit the ticket:
- The new comment will be suspended (and if/when recovered, it will follow similar rules outlined here from the top).
- If the author is a CC, and the requester was not a direct recipient of the
email:
- If Make email comments from CCed end users public is disabled, the comment will be private.
- If Make email comments from CCed end users public is enabled, but there were recipients other than a support address of the account, the comment will be private.
- If the author is an end user, the comment will be public.
- If the author has a role that can't comment publicly, the comment will be private. (On Enterprise plans, the agent as requester settings override comment restriction permissions.)
- If the Mail API was used with the #note command (for internal note), the comment will be private.
- If Agent comments via email are public by default is disabled, the comment will be private.
- If the ticket being updated is private, the comment will be private.
- If Support determines that the email contains content that was previously part of private comments, the comment will be private.
- If none of the criteria above is met, the comment will be public.
Using "Reply" instead of "Reply all"
When someone replies to a ticket notification from their email client using Reply (instead of Reply all), the reply becomes a private comment (internal note) on the ticket.
For example:
-
By default, when an end user CC replies to a ticket notification using Reply (instead of Reply all), the reply becomes a private comment on the ticket because the requester is not on the reply. CCs are not removed from the ticket. However, if the Make email comments from CCed end users public setting is enabled, the behavior changes and the reply becomes a public comment instead.
-
Follower replies are meant to be seen by agents only and result in an internal comment, regardless of whether Reply or Reply all is used.
-
Assignee replies follow the rules for agents (and the Agent comments via email are public by default setting) that were mentioned earlier in this article, regardless of whether Reply or Reply all is used.
Third party replies to ticket notifications
In some rare cases, your end users may forward ticket notifications to a third party. A third party is someone who isn't the requester or a CC, assignee, or follower on the ticket. This scenario is not common.
If a third party replies to a ticket notification from an email client, these things happen:
-
A warning like the following appears in the ticket interface (click the icon to expand the menu and see the message):
-
The reply becomes a private comment (internal note) on the ticket.
-
The third party is not automatically added to the ticket as a CC.
As a result, agents may need to do these things:
-
If the reply needs to be a public comment, then the agent must manually copy/paste the text into a public comment on their behalf.
-
If future replies from this person need to be public comments, then the agent needs to add them as a CC from the ticket interface.
Using the Mail API
You can also use Mail API commands to make a reply into a public or private comment. By
default the value of the #public
Mail API command is true
,
so the reply will be public. A #public false
command will make the reply
private. Also, you can use the #note
syntax to make a reply into a private
comment. See Using the Mail API to update ticket properties from your
inbox.