Skip to main content
New Idea

Show Requester current count of open tickets on portal (how busy agents are)

Related products:Freshservice
  • June 14, 2022
  • 2 replies
  • 73 views

keefe.andrews
Top Contributor ⭐
Forum|alt.badge.img+8

My idea is to make it visible to requesters in the fresh service portal what the current open ticket count is. For a small organization that only has 1-2 help desk agents, it would help to generate understanding for why a ticket may be taking awhile to get to if the agents are working through a backlog of 50+ tickets for instance. 

2 replies

Jayesh urath
Contributor
Forum|alt.badge.img+4
  • Contributor
  • June 26, 2022

@keefe.andrews 

There is a way to do it,

We can get the count of tickets in a view via API, ref: https://api.freshservice.com/v1/#view_all_ticket
The only issue with that is, we will need to use an API key of an agent and if someone checks the source of the portal, they will get to see the API key.

If the portal is IP whitelisted and SSO enabled, I will give you the code which does this, you can post it in the home page and will display the count.

Please let me know your thoughts.


jcrostarosa
Community Debut
  • Community Debut
  • December 21, 2022

@Jayesh urath can you please post this code