Skip to main content

Reporting & Analytics

Export reports, custom report builder, resource allocation, analytics, and more.


Export Reportsโ€‹

From the project view toolbar:

FormatButtonOutput
PDFExport PDFProject report as PDF document
ExcelExport ExcelProject 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โ€‹

  1. Go to Project Roadmap โ†’ Custom Report Builder
  2. Click Add Report Config
  3. Set Name (e.g., "Open Tasks by Status")
  4. Configure Filters (JSON, e.g. {"status":["1","2","5"]} for task statuses)
  5. Set Columns (JSON array, e.g. ["name","status","duedate"] for task columns)
  6. Save

Filters & Columns Formatโ€‹

FieldFormatExample
FiltersJSON object{"status":["1","2","5"]}
ColumnsJSON array of task field names["name","status","duedate","priority"]

Run a Reportโ€‹

  1. Go to Project Roadmap โ†’ Custom Report Builder
  2. Click Run Report next to a configuration
  3. View results in a table (first 100 tasks shown)
  4. 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
MetricDescription
Project healthTrends over time
Team efficiencyCompletion rates, velocity

Project Baselineโ€‹

Create snapshots of the project plan for variance tracking.

Add a Baselineโ€‹

  1. On the project dashboard, find Project Baseline
  2. Enter a Baseline name (e.g., "Q1 Plan")
  3. 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โ€‹

  1. On the project dashboard, find Issue/Bug Tracking
  2. Click Report Issue
  3. Fill in:
    • Title (required)
    • Description
    • Task (optional โ€“ link to a specific task)
    • Priority (low, medium, high)
  4. Submit

View Issuesโ€‹

  • Table shows: Title, Status (open/closed), Reported by
  • Filter by status as needed