Traken
Documentation
// guide

Import releases from CSV

Use CSV import to bulk-load historical releases into Traken. Useful when migrating from a spreadsheet or backfilling release history.

Prerequisites: You must be logged in and belong to a workspace.

File format

Your CSV must include a header row. Accepted columns:

ColumnRequiredNotes
titleYesShort release name
released_atYesISO 8601 or "YYYY-MM-DD" or "YYYY-MM-DD HH:MM"
teamNoTeam tag
subsystemNoSubsystem tag
descriptionNoFree text

Minimal valid example:

title,released_at
v1.0.0,2024-01-15
Payments fix,2024-02-03 14:30

Steps

  1. 1Open the Feed page.
  2. 2Click Import CSV.
  3. 3Read the format instructions, then click Choose file and select your .csv file (max 5 MB).
  4. 4Traken shows a preview of all rows. Rows with missing required fields or unparseable dates are flagged inline — they will be skipped on import.
  5. 5Review the summary line ("X releases ready to import, Y rows will be skipped").
  6. 6Click Import to save the valid rows. The feed updates immediately.

Errors

Rows are flagged individually. Common causes:

  • title is empty
  • released_at is missing or not a recognisable date format

Extra columns are ignored — they do not cause errors.