Hi all,
I’m new to freshdesk APIs and sorry if my question doesn’t make any sense.
I’m working on powerBI with freshdesk API to do some analysis. I’m in need of Tickets and Time_Entries data which I requested through the API endpoins.
I have noticed some of the tickets are not found as entries in “time_entries” data.
for instance, take a ticket with id “6364” in “tickets” data and when I match that ticket to the time entries under “ticket_id” column I couldn’t find a entry for some tickets.
Initially I thought if there is no responder then no time entries will be found. But I saw some tickets with no responder in time entries.
Am I missing something here? Any help is appreciated. Thanks for the time.
Regards
Fazil M
Tickets not found in TimeEntries
Best answer by Naila
It sounds like you are pulling data from Freshdesk’s API and analyzing it in PowerBI, specifically looking at the relationship between tickets and time entries. The issue you're encountering, where some tickets (like ticket ID “6364”) don’t appear in the time entries data, can be explained by several factors:
1. Not All Tickets Have Time Entries: Time entries in Freshdesk are not automatically created for every ticket. They are only added if someone logs time against that ticket. If no one manually records their work or the system doesn’t automatically log it, there won't be a corresponding entry in the `time_entries` data.
2. Manual Time Logging: Even if a ticket has a responder, time must be manually logged. If the responder didn’t record their time, there will be no entry in the time entries data. This explains why you might see tickets without a responder but still find them in `time_entries` (someone logged time) and other tickets with a responder but no time entry.
3. Automations or Workflows: Some companies use Freshdesk’s automation or workflows to log time automatically. If this isn’t set up or used consistently across all tickets, some tickets might not have time entries despite having responders.
4. Multiple Channels: Depending on how your Freshdesk instance is set up, tickets from different channels (email, chat, etc.) may not always have time entries, especially if they’re handled quickly or closed without detailed time tracking.
5. Filters or API Data Issues: Ensure that your API query isn’t missing some records due to filters or pagination. Sometimes, if you’re fetching data in batches, a set of tickets or time entries might not be included in your dataset.
It’s also a good idea to check Freshdesk settings or internal practices regarding time tracking to confirm if logging time against tickets is mandatory or if it’s subject to specific conditions.
If you need more granular insights into why specific tickets are missing time entries, you may want to cross-check internal policies or check Freshdesk’s automation settings for time tracking.
Reply
Join the Community
Sign in to the Community
Social Login
Login with LinkedInEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.