<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Want to track time spent in each ticket status in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/412646#M40889</link>
    <description>&lt;P&gt;Being able to make a report based on "Ticket time spent in each ticket status" (quite like "Deal time spent in each stage") would really be needed.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 08:33:34 GMT</pubDate>
    <dc:creator>miikkaj</dc:creator>
    <dc:date>2021-02-25T08:33:34Z</dc:date>
    <item>
      <title>Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/248847#M21640</link>
      <description>&lt;P&gt;Hoping to pick some brains on a potential solution I'm working with. I'm aware that the Tickets API is still a part of the developer preview program.&lt;/P&gt;
&lt;P&gt;Unlike Deal stage, there isn't a "time spent" property equivalent for ticket status (aka ticket pipeline stage). Because of this there's no way to report on that data. Being able to track how long a ticket spends during each status is an incredibly valuable metric for us.&lt;/P&gt;
&lt;P&gt;As far as I can tell there's no way to do this within HubSpot itself.&lt;/P&gt;
&lt;P&gt;My idea is to create an application that sends a request through API, records the ticket status and its timestamp, and then records new timestamps when the ticket status has been changed. The problem with this is that the API doesn't seem to store any data on previous statuses/stages, so if this application only checks every 30 minutes, and there's multiple status changes within that timeframe, that data will be lost. Neither is the entire application an ideal way to track this sort of metric, but that's what comes to mind immediately.&lt;/P&gt;
&lt;P&gt;Any thoughts or suggestions would be greatly appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 18:58:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/248847#M21640</guid>
      <dc:creator />
      <dc:date>2018-12-26T18:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/248848#M21641</link>
      <description>&lt;P&gt;Welcome, &lt;A class="mention" href="https://community.hubspot.com/u/justin8bit"&gt;@justin8bit&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;You're correct; there isn't an ideal solution for your use case in-app or via the &lt;A href="https://developers.hubspot.com/docs/methods/tickets/tickets-overview" rel="nofollow noopener"&gt;Tickets API&lt;/A&gt; at this time. I played around a bit with custom ticket properties and a &lt;A href="https://knowledge.hubspot.com/articles/kcs_article/workflows/create-a-ticket-based-workflow" rel="nofollow noopener"&gt;ticket-based workflow&lt;/A&gt; in my own account, but was unable to get anywhere close to what you're looking for.&lt;/P&gt;
&lt;P&gt;While I expect our product teams plan to expand in-app ticket reporting and feature parity between the Tickets API and other APIs (like Deals) over time, I haven't heard of any concrete plans recently. I'll share your feedback internally, though!&lt;/P&gt;
&lt;P&gt;At some point, we also plan to add a &lt;A href="https://developers.hubspot.com/docs/methods/webhooks/webhooks-overview" rel="nofollow noopener"&gt;webhook subscription type&lt;/A&gt; for ticket property updates. This would be significant in your use case, since it would remove the need to poll &lt;A href="https://developers.hubspot.com/docs/methods/tickets/get-ticket-changes" rel="nofollow noopener"&gt;this endpoint&lt;/A&gt;. If and when any of these changes come down the pipeline, we'll update the &lt;A href="https://developers.hubspot.com/changelog" rel="nofollow noopener"&gt;API changelog&lt;/A&gt;. I'll try to post here as well.&lt;/P&gt;
&lt;P&gt;That said, your proposal is the most viable solution I can currently conceive. As you realize, though, there would be some limitations. Since the Tickets API currently doesn't return property version histories, and &lt;A href="https://developers.hubspot.com/docs/methods/tickets/get-ticket-changes" rel="nofollow noopener"&gt;this endpoint&lt;/A&gt; doesn't say exactly &lt;EM&gt;how&lt;/EM&gt; the property was changed, you're correct that your polling would miss some changes made in quick succession.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 16:28:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/248848#M21641</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2018-12-28T16:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/292822#M27297</link>
      <description>&lt;P&gt;This is really needed on the tool. More than "time on each stage" I´ve realized sometimes friction is created with clients or even coworkers because we don´t have the exact time and date when the ticket was moved from one stage to another. Something like that would be really useful in the tickets tool.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 21:59:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/292822#M27297</guid>
      <dc:creator>BernardoV</dc:creator>
      <dc:date>2019-09-23T21:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/302083#M28425</link>
      <description>&lt;P&gt;I feel this is a must-have tool for tickets. It's hard to monitor and gauge how well our customer service is when we can't tell how long the ticket has been in each stage. Have there been any further discussions to move this possibility forward?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 10:03:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/302083#M28425</guid>
      <dc:creator>Kayleigh_Walter</dc:creator>
      <dc:date>2019-11-14T10:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/321831#M30979</link>
      <description>&lt;P&gt;hubspot team , when do you plan to launch a solution for this ? its very important for the call rate of every company, plase let me know, Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 23:16:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/321831#M30979</guid>
      <dc:creator>juanmnarvaez</dc:creator>
      <dc:date>2020-02-25T23:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/323634#M31237</link>
      <description>&lt;P&gt;We definitely need this ability! I've created deal reports like this in the past and just figured it would be there for tickets as well. Not having the ability to report on this simple data is a significant fail on the part of this tool. Please add this soon. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 13:59:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/323634#M31237</guid>
      <dc:creator>Kierstin</dc:creator>
      <dc:date>2020-03-04T13:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/376002#M36947</link>
      <description>&lt;P&gt;HI everyone.&lt;/P&gt;
&lt;P&gt;I trully think that we should be able to track the time a ticket is in each stage of the ticket's process. This is very important for our clients to measure the internal quality of their processes and teams.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 14:40:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/376002#M36947</guid>
      <dc:creator>Lucila-Andimol</dc:creator>
      <dc:date>2020-10-02T14:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/376216#M36972</link>
      <description>&lt;P&gt;I really hope we will get this feature soon as this is very much needed to monitor and track the performace of our ticket team.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 02:16:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/376216#M36972</guid>
      <dc:creator>xjessiec</dc:creator>
      <dc:date>2020-10-05T02:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/376513#M37008</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141591"&gt;@xjessiec&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;I was able to find&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Calculate-and-Report-on-the-Time-between-Two-Properties/idi-p/36604/page/9#comments" target="_self"&gt;&lt;SPAN class="s1"&gt;this post in the HubSpot Community Ideas forum&lt;/SPAN&gt;&lt;/A&gt;. Upvoting here will alert our Product Team to the popularity of this request. Doing so will also auto-notify you if/when this functionality becomes available within HubSpot. You may&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/Guidelines-Announcements/The-Ideas-Forum-Users-Guide/m-p/319112" target="_blank"&gt;&lt;SPAN class="s1"&gt;read more about how that review process works here&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Kindly,&lt;/P&gt;
&lt;P class="p1"&gt;Pam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 20:59:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/376513#M37008</guid>
      <dc:creator>PamCotton</dc:creator>
      <dc:date>2020-10-05T20:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/412646#M40889</link>
      <description>&lt;P&gt;Being able to make a report based on "Ticket time spent in each ticket status" (quite like "Deal time spent in each stage") would really be needed.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 08:33:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/412646#M40889</guid>
      <dc:creator>miikkaj</dc:creator>
      <dc:date>2021-02-25T08:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/416497#M41303</link>
      <description>&lt;P&gt;We need this too&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 21:02:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/416497#M41303</guid>
      <dc:creator>erica11</dc:creator>
      <dc:date>2021-03-09T21:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/476782#M45841</link>
      <description>&lt;P&gt;We need this feature as well!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 15:57:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/476782#M45841</guid>
      <dc:creator>dmessmer</dc:creator>
      <dc:date>2021-08-10T15:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/521774#M48464</link>
      <description>&lt;P&gt;Tracking time spent for each ticket status is an invaluable metric for us - it does not seem to be too difficult to implement seeing that time stamps are already in use for other parts of Hubspot. Is there any update on this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 17:04:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/521774#M48464</guid>
      <dc:creator>KBotkin</dc:creator>
      <dc:date>2021-11-05T17:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/530504#M48949</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any clue when this feature will be available? This is a crucial metric on our team and we need it.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 04:40:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/530504#M48949</guid>
      <dc:creator>RBalestra</dc:creator>
      <dc:date>2021-11-23T04:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/664517#M54782</link>
      <description>&lt;P&gt;We need this!!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 15:20:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/664517#M54782</guid>
      <dc:creator>MMcv</dc:creator>
      <dc:date>2022-07-13T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/778772#M62894</link>
      <description>&lt;P&gt;Really hoping that we will be able to track the time spent on each ticket.. It really helps esp since we use tickets as our project management tool.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hubspot please help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 09:06:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/778772#M62894</guid>
      <dc:creator>Hannsze</dc:creator>
      <dc:date>2023-04-06T09:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/803047#M64615</link>
      <description>&lt;P&gt;I just stumbled upon this thread as i was searching for a solution to measure our time spend &amp;amp; amount of tickets in different pipeline stati und realised right now you can't really measure it.. so yes +1 from my side! (this topic is from 2018 :O)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 15:17:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/803047#M64615</guid>
      <dc:creator>MGrafvonBrühl</dc:creator>
      <dc:date>2023-06-05T15:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/821629#M65729</link>
      <description>&lt;P&gt;Hey there,&lt;BR /&gt;&lt;BR /&gt;We have an app called Timerman that would solve your problem! It tracks how long tickets and deals spend in each stage and adds those times as properties. You can then use these properties in your reports. Check it out &lt;A href="https://ecosystem.hubspot.com/marketplace/apps/customer-service/help-desk/timerman-by-a8labs-510130" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any questions or need help setting up. I'd be happy to hop on a call with you!&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;&lt;BR /&gt;-David Staat&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 19:00:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/821629#M65729</guid>
      <dc:creator>DStaat</dc:creator>
      <dc:date>2023-07-18T19:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/834006#M66422</link>
      <description>&lt;P&gt;It sounds like you're looking for a way to track and report the time a ticket spends in each status within HubSpot's Tickets API. While this functionality might not be directly provided by HubSpot, your idea of using an external application to track and record status changes is a good approach. However, you're right that there are some challenges with this approach, particularly in capturing all status changes accurately, especially if changes occur rapidly.&lt;/P&gt;&lt;P&gt;Here are some thoughts and suggestions to consider:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Frequent API Polling:&lt;/STRONG&gt; If your application only checks the API every 30 minutes, as you mentioned, it might indeed miss rapid status changes. To mitigate this, you could increase the frequency of API polling to capture more granular status changes. However, frequent polling can put additional load on the API and might not be an efficient solution.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Real-time Webhooks:&lt;/STRONG&gt; Instead of polling the API at intervals, consider utilizing webhooks. HubSpot might offer webhooks that can notify your application in real time when there's a status change. This way, you can capture changes more accurately without frequent polling.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;External Timestamp Storage:&lt;/STRONG&gt; Since the API might not provide historical status data, you could maintain an external data store (such as a database) to store each status change along with a timestamp. This way, even if you miss rapid changes due to polling intervals, you still have a record of changes that occurred.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Integration Platform:&lt;/STRONG&gt; You might explore integration platforms like Zapier or Integromat. These platforms offer automation and integration capabilities that can help you capture status changes in real time and store them in an external data store.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data Analysis Tools:&lt;/STRONG&gt; If you're interested in analyzing this historical data, you could extract the recorded timestamps and perform analysis using tools like Excel, Google Sheets, or more advanced data analytics platforms.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Feedback to HubSpot:&lt;/STRONG&gt; If this metric is crucial for your business, you could provide feedback to HubSpot about the missing feature. HubSpot may consider adding such functionality based on user feedback and needs.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Remember that building and maintaining an external application to capture these metrics requires ongoing effort, so make sure the benefits outweigh the resources needed. Also, consider the potential impact on API usage limits and the overall efficiency of your solution.&lt;/P&gt;&lt;P&gt;Ultimately, the right solution will depend on the specific needs of your organization and the resources available for implementation.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 09:15:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/834006#M66422</guid>
      <dc:creator>Flowace</dc:creator>
      <dc:date>2023-08-14T09:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Want to track time spent in each ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/841489#M66928</link>
      <description>&lt;P&gt;Hi everyone &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Just in case this post is still being found, it might be helpful to review &lt;A href="https://community.hubspot.com/t5/Tickets-Conversations/Time-In-Ticket-Status-Not-Working/m-p/384779" target="_blank" rel="noopener"&gt;this related post&lt;/A&gt;. Alternatively, for those who have access to &lt;A href="https://knowledge.hubspot.com/crm-setup/use-custom-objects" target="_blank" rel="noopener"&gt;custom objects&lt;/A&gt;, I created an app called &lt;STRONG&gt;&lt;A href="https://ecosystem.hubspot.com/marketplace/apps/productivity/project-management/hubclock-by-thread-integrations-552213" target="_blank" rel="noopener"&gt;StopWatch for HubSpot&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;that fits this use case &lt;EM&gt;(specifically the feature "Start &amp;amp; Stop Timers Using HubSpot Workflows")&lt;/EM&gt;.&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Please shout with any follow-up questions.&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;All the best,&lt;/P&gt;&lt;P data-unlink="true"&gt;Zach&lt;/P&gt;&lt;P data-unlink="true"&gt;--&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.threadintegrations.com.au" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="email-footer-img.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/97867iFF0A53C9822048F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="email-footer-img.png" alt="email-footer-img.png" /&gt;&lt;/span&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 01:07:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Want-to-track-time-spent-in-each-ticket-status/m-p/841489#M66928</guid>
      <dc:creator>zach_threadint</dc:creator>
      <dc:date>2023-08-29T01:07:28Z</dc:date>
    </item>
  </channel>
</rss>

