Reporting & Analytics
Export reports, custom report builder, resource allocation, analytics, and more.
Export Reportsโ
From the project view toolbar:
| Format | Button | Output |
|---|---|---|
| Export PDF | Project report as PDF document | |
| Excel | Export Excel | Project data as .xls spreadsheet |
Both exports include project overview, milestones, tasks, and key metrics.
Custom Report Builderโ
- Location โ Project Roadmap โ Custom Report Builder
- Purpose โ Define saved report configurations with filters and columns for task data
Create a Report Configurationโ
- Go to Project Roadmap โ Custom Report Builder
- Click Add Report Config
- Set Name (e.g., "Open Tasks by Status")
- Configure Filters (JSON, e.g.
{"status":["1","2","5"]}for task statuses) - Set Columns (JSON array, e.g.
["name","status","duedate"]for task columns) - Save
Filters & Columns Formatโ
| Field | Format | Example |
|---|---|---|
| Filters | JSON object | {"status":["1","2","5"]} |
| Columns | JSON array of task field names | ["name","status","duedate","priority"] |
Run a Reportโ
- Go to Project Roadmap โ Custom Report Builder
- Click Run Report next to a configuration
- View results in a table (first 100 tasks shown)
- Results are filtered by your report config and your project access
Resource Allocationโ
- Location โ Project Roadmap โ Resource Allocation
- Purpose โ View hours and task count per staff per project
Global Viewโ
- Table of all staff with hours and tasks per project
- Select a project for a detailed view
Project-Specific Viewโ
- URL โ
projectroadmap/resource_allocation/{project_id} - Shows hours and tasks per team member for that project
Resource Utilization Reportโ
- Location โ Project Roadmap โ Resource Utilization Report
- Purpose โ Hours logged per staff member across all projects
- Use to identify overall workload and availability
Analytics Pageโ
- Location โ Project Roadmap โ Analytics
- Purpose โ Project health trends and team efficiency metrics
| Metric | Description |
|---|---|
| Project health | Trends over time |
| Team efficiency | Completion rates, velocity |
Project Baselineโ
Create snapshots of the project plan for variance tracking.
Add a Baselineโ
- On the project dashboard, find Project Baseline
- Enter a Baseline name (e.g., "Q1 Plan")
- Click Add Baseline
View Baselinesโ
- Listed with creation date
- Use for comparing current state to original plan
Issue/Bug Trackingโ
Track issues and bugs linked to projects.
Report an Issueโ
- On the project dashboard, find Issue/Bug Tracking
- Click Report Issue
- Fill in:
- Title (required)
- Description
- Task (optional โ link to a specific task)
- Priority (low, medium, high)
- Submit
View Issuesโ
- Table shows: Title, Status (open/closed), Reported by
- Filter by status as needed