Knowledge Base Articles
Breadcrumbs

Usage statistics.

The Time Tracker app does not provide usage statistics. It reads worklogs, issues, and project data from Jira, enabling users to generate reports and gadgets for any project as needed. The Jira Time Tracking configuration (which allows users to log time) is a native Jira feature that Time Tracker reads from.

To assess the plugin’s usage in your Server/Data Center environment, you can try the following methods:

Gadgets:

  • You can identify whether plugin gadgets are installed on any dashboards by running the following SQL query on your Jira database:

SELECT portalpage, gadget_xml, count(*) FROM portletconfiguration WHERE gadget_xml LIKE '%jira-timesheet-plugin%' GROUP BY portalpage, gadget_xml;

Reports:

  • Check your web server access logs for report usage by searching for:

ConfigureReport.jspa.*jira-timesheet-plugin:report

Subscriptions:

  • Review Time Tracker report subscriptions by navigating to:
    Administration > Add-Ons > Timesheet Subscriptions.