Clubhouse CSV Import

This is an unofficial tool that allows you to import stories into Clubhouse.io from a CSV file using the Clubhouse API V3.

You are free to download the source code for this tool.


CSV Fields

Line 1 of your CSV must contain the field name(s) as below.
The order of fields is not important. Download example.csv

  • Required Fields
    • project_id
    • name (The title of this story)
    • story_type (options: feature, chore, bug)
  • Optional Fields
    • epic_id
    • external_id
    • labels
    • external_links
    • workflow_state_id
    • milestone_id
    • description
    • estimate
    • owner_ids (Space delimitted list of owner UUID)
    • See a complete list of available fields.

Feedback and bug reports welcome @happyrailfail.