We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Nov 6, 2020 7:10 PM
I have a pipeline for adding users to a platform that we're tracking as a ticket with a changing ticket status. I'd like to generate a report that shows how long tickets spend in a particular status on average over time, which I tried to do by plotting a line graph with Average (Time in {ticket status}) as a y axis over create date as the x axis. However, the plot generated is a flat line at 0, and when I inspect the source data, the Time in {ticket status} is "-" for every ticket, and I know some of the tickets have spent some time in that ticket status. This happens for every ticket status I try. Am I misunderstanding how the "Time in {ticket status}" data source works. The screenshot below shows my settings. I also tried adding a filter for "Time in {ticket status}" > 0, but that made it return zero tickets.
Solved! Go to Solution.
Nov 7, 2020 4:42 AM - edited Nov 8, 2020 5:40 AM
Hi @joenunez,
Have these 'Time in' properties been created by you or another team member? (You can double check by going to settings > Properties > Filter by: Ticket properties and finding the property. If it doesn't say HubSpot in the Created by column, someone from your portal has set this up.)
I'm asking because at the moment there isn't HubSpot any native property for 'Time in' for tickets, see here. (Although there might be a chance that you have access to a beta for something new and I do not.)
Currently, I think there is only one workaround, using workflows (which are only available in Professional and Enterprise):
Create custom date picker properties for each ticket status
Ticket status 'New' date
Ticket status 'Waiting on contact' date
Ticket status 'Waiting on us' date
Ticket status 'Closed' date
Create custom calculation properties to calculate the time between the date properties created above
Time in 'New' ticket stage
Time in 'Waiting on contact' stage
Time in 'Waiting on us' stage
Create ticket-based workflows for each date property, setting a date stamp
Now, when a New ticket is created, the workflow will set a date stamp. Once the ticket moves into the Waiting on contact, a new date stamp will be set and the Time in 'New' ticket stage property will calculate. Same logic applies to the other ticket statuses. Time between is measured in days which allows for building reports and visualizing how many days a ticket spends on average in each stage.
Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Nov 22, 2021 2:28 PM
I, unfortunately, have not had any luck in being able to create a time in status in tickets either. Hopefully, someone comes up with another idea.
Nov 9, 2020 3:38 PM
@karstenkoehler, thanks for your reply. When I looked in the properties list, none of the "Time in {status}" properties showed up at all. I reopened the report to look at it, and the property is now just called "hs_time_in_6267746" (this name doesn't appear in the properties list either), and no "Time in {status}" properties appear when I search the data sources in the report, so I'm quite puzzled as to what's going on there. The report is marked Beta, so it's possible that I was looking at a beta feature which has been turned off since my post. I will try your suggestion of creating a custom property to achieve the same result.
Dec 1, 2020 4:48 PM
I really hope that the mysterious beta report means it will be an available feature soon! I really need this!
Nov 7, 2020 4:42 AM - edited Nov 8, 2020 5:40 AM
Hi @joenunez,
Have these 'Time in' properties been created by you or another team member? (You can double check by going to settings > Properties > Filter by: Ticket properties and finding the property. If it doesn't say HubSpot in the Created by column, someone from your portal has set this up.)
I'm asking because at the moment there isn't HubSpot any native property for 'Time in' for tickets, see here. (Although there might be a chance that you have access to a beta for something new and I do not.)
Currently, I think there is only one workaround, using workflows (which are only available in Professional and Enterprise):
Create custom date picker properties for each ticket status
Ticket status 'New' date
Ticket status 'Waiting on contact' date
Ticket status 'Waiting on us' date
Ticket status 'Closed' date
Create custom calculation properties to calculate the time between the date properties created above
Time in 'New' ticket stage
Time in 'Waiting on contact' stage
Time in 'Waiting on us' stage
Create ticket-based workflows for each date property, setting a date stamp
Now, when a New ticket is created, the workflow will set a date stamp. Once the ticket moves into the Waiting on contact, a new date stamp will be set and the Time in 'New' ticket stage property will calculate. Same logic applies to the other ticket statuses. Time between is measured in days which allows for building reports and visualizing how many days a ticket spends on average in each stage.
Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |