Skip to main content

Exporting Data

Export lets you download your tasks, issues, and other data as a spreadsheet or CSV file. Use exports for offline analysis, sharing with stakeholders who do not have access to Varai Sprints, or archiving data.


What you can export

DataFormats available
Tasks (from a sprint or full workspace)CSV, Excel (.xlsx)
Issues (from a sprint or full workspace)CSV, Excel (.xlsx)
Audit logsCSV
Time logsCSV, Excel (.xlsx)

Exporting tasks or issues

From the list view

  1. Go to the Tasks or Issues list.
  2. Apply any filters you want (the export will include only the items currently visible).
  3. Click the Export button in the toolbar.
  4. Choose your format: CSV or Excel (.xlsx).
  5. Click Export — the file downloads to your computer.

From a sprint

  1. Open the sprint.
  2. Click ActionsExport Sprint Items.
  3. Choose the format.
  4. The export includes all tasks and issues in that sprint.

From the bulk actions bar

  1. Select specific items using checkboxes in list view.
  2. In the Bulk Actions bar, click Export Selected.
  3. Choose format and download.

What is included in the export

The exported file contains one row per task or issue with these columns:

ColumnDescription
IDVarai Sprints item ID
TitleItem title
TypeTask or Issue
StatusCurrent status
PriorityPriority level
Severity(Issues only)
AssigneeAssigned team member name and email
SprintSprint name
ReleaseRelease name
EpicLinked epic (if any)
TagsComma-separated tags
Planned startPlanned start date
Planned endPlanned end date
Actual startWhen work actually began
Actual endWhen work was completed
Estimated hoursHours estimated
Logged hoursTotal hours logged
Created byName of creator
Created atCreation timestamp
Updated atLast update timestamp

Exporting time logs

  1. In the left sidebar, click Reports.
  2. Select Time Report.
  3. Set the date range and any filters (workspace, sprint, assignee).
  4. Click Export → choose CSV or Excel.

The time log export includes: item title, assignee, log date, duration (hours), and notes.


Exporting audit logs

  1. In the left sidebar, click Audit Logs.
  2. Apply filters (date range, user, event type).
  3. Click ExportCSV.

See Audit Logs overview for more.


Large exports

Exports with more than 5,000 rows are processed in the background. When ready:

  1. You receive an in-app notification: "Your export is ready."
  2. Click the notification or go to SettingsExports to download the file.
  3. Export files are available for 7 days before they expire.
Filtering before export

For large workspaces, always apply filters before exporting to keep file sizes manageable. Exporting "all tasks ever" is rarely what you need — filter to a sprint, date range, or assignee first.


Data format notes

  • Dates are exported in ISO format: YYYY-MM-DD (e.g., 2026-05-15)
  • Timestamps include time and timezone: 2026-05-15T09:30:00Z
  • Duration values (logged hours, estimated hours) are in decimal hours (e.g., 1.5 = 1 hour 30 minutes)
  • Multiple assignees are joined with a semicolon in the Assignee column: Alice; Bob
  • Tags are joined with a comma: frontend, auth, blocked