A Forge-based custom dashboard plugin for Jira that provides comprehensive worklog visualization and reporting capabilities.
This Forge app displays worklog data in a Jira dashboard gadget, allowing teams to track and analyze time logged across projects, employees, and components. The dashboard provides flexible filtering and grouping capabilities.
- Worklog Tables: View time entries organized in easy-to-read tables
- Multiple Grouping Options:
- By Employee
- By Project
- By Component
- Period Filtering: Filter worklogs by specific time periods
- Summary Views: Get overview of total time logged
- Detailed Time Logs: Drill down into individual worklog entries and time logged details
- Export Capabilities: Export worklog reports to Excel, CSV, and other formats
See Set up Forge for instructions to get set up.
npm installDeploy your app to the Forge platform:
forge deployInstall the app on your Atlassian/Jira site:
forge installRun the app locally with live updates:
forge tunnel- Main App File: Modify your app by editing the
src/index.jsxfile - Deploy Changes: Use
forge deploywhen you want to persist code changes - Install on New Site: Use
forge installwhen you want to install the app on a new site - Automatic Updates: Once installed, the site automatically picks up new changes you deploy without needing to reinstall
This plugin is currently used at Uni2grow for worklog tracking and reporting.
Tsognong (@tsognong)
Email: [email protected]
See Get help for how to get help and provide feedback.