Reports
The Reports section provides real-time consolidated metrics for your project, enabling you to track progress, identify bottlenecks, and evaluate team performance.
Accessing the Report
To view the authenticated report:
- Open the project.
- Click Reports in the sidebar.
The report is generated in real time based on the project's current data.
Available Metrics
Issue Overview
| Metric | Description |
|---|---|
| Total Issues | Total number of issues in the project |
| Resolved | Issues in DONE-type columns |
| Open | Issues in TODO or IN_PROGRESS columns |
| Overdue | Issues with a past due date that are not yet resolved |
Issues by Status
Distribution of issues per column/status - shows where work is accumulating in the flow.
Assignee Statistics
For each member with assigned issues:
- Assignee name
- Total assigned issues
- Resolved and open issues
Sprint Progress
A list of all project sprints showing:
- Sprint name and dates
- Total / resolved / open
- Completion percentage (based on issue count)
Slowest Issues
A list of issues that took the longest to resolve (from creation to resolution):
- Issue key and title
- Primary assignee
- Total elapsed time
Useful for identifying recurring blockers and issues with unaddressed dependencies.
Time Report
Consolidates the actual time worked on the project from issue time entries:
- Issues with at least one time entry
- Per issue: key, title, assignee, and total minutes
- Global total minutes (overlapping intervals merged to avoid double-counting)
- Count of issues with time logged
Overlapping intervals from multiple simultaneous users are merged to calculate actual effort without duplication.
Sharing Reports
Public Report via Token
To share the report with someone without an Axoria account:
- Go to Settings → Public Tokens.
- Click Generate Token with type Report.
- Optionally set an expiration date.
- Copy and share the generated secure link.
The link provides read-only access to the report. No sensitive data (emails, internal IDs) is exposed in the public report.
To revoke access, disable the token at Settings → Public Tokens.
Exporting Issues
Export project issues as CSV or Excel for external analysis:
- Go to Project → Data → Export.
- Select the desired format (CSV or Excel).
- Click Export.
The file includes: key, title, type, status, priority, assignees, sprint, story points, and creation and due dates.
Importing Issues
To import issues from another project management system:
- Go to Project → Data → Import.
- Upload a CSV file following the template available on the screen.
- Map the columns to Axoria fields.
- Review and confirm the import.
Download the CSV template on the import screen to ensure the correct format and avoid errors in required fields.