Skip to content

Session Recap & CSV Export

After a session ends, the Session Recap page provides a complete overview of all estimated tickets.

  • After Quest Complete — the moderator clicks “REVIEW TICKETS”, voters click “Show Session Recap”
  • Direct URL — navigate to /session/{code}/recap at any time

The recap is available to all session participants (moderator, voters, and spectators).

Session recap page with ticket breakdown, group estimates, and CSV export button

The recap page displays every ticket with:

  • Ticket title and status (completed or skipped)
  • Final estimate — the overall value set by the moderator
  • Per-group estimates — individual estimates for each group that voted
  • Individual votes — each voter’s submitted value

Click the EXPORT CSV button on the recap page to download a spreadsheet.

ColumnDescription
TicketThe ticket title
Statuscompleted or skipped
Final EstimateThe overall estimate set by the moderator
{Group} EstimateOne column per group (e.g., “frontend Estimate”, “backend Estimate”)
{Player Name}One column per voter with their individual vote

The file is named {SessionName}_export.csv with special characters replaced by underscores.

The CSV export includes formula injection protection. Values starting with =, +, -, @, |, or % are escaped with a leading apostrophe to prevent spreadsheet applications from executing malicious formulas.

Common uses for the CSV export:

  • Import into Jira/Linear/Trello — update story points in your project tracker
  • Sprint capacity planning — sum the estimates to plan your sprint
  • Estimation accuracy tracking — compare estimates to actual effort over time
  • Stakeholder reporting — share sprint scope with managers