Need to show only public notes

I have a use-case by a customer as below.

The client is using a different portal for the agents and end-customers:

  1. Agents to see all the ticket details and conversations i.e. if the conversations are more than 30, then all the pages
  2. Customer to see only the public conversations (similar to customer portal)

Using Freshdesk , we cannot filter based on public and private.
I understand that we can check if the attribute is “private” : true, then we can avoid the not to be shown to customer.
But can Freshdesk solve for it or do I need to write this logic in my program?
Is there any solution for this?

Hey @Ujjala_Katta. Welcome to the community :tada:

As you mentioned, you need to write the logic to handle private and public replies in a ticket using private flag programatically.

Let me know if you have any other issues in implementing this. Have a nice day

3 Likes

@Ujjala_Katta No filter is available to get only the private notes from the conversations that happened for a ticket. You have to write custom logic to filter out only the private conversations after fetching all the conversations.

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.