P.S I exported a Pivotal project, the format in CSV is like this:
Id,Title,Labels,Iteration,Iteration Start,Iteration End,Type,Estimate,Priority,Current State,Created at,Accepted at,Deadline,Requested By,Description,URL,Owned By,Owned By,Owned By,Owned By,
Owned By,Blocker,Blocker Status,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Commen
t,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comm
ent,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Co
mment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,
Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Commen
t,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Comment,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Stat
us,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,
Task,Task Status,Task,Task Status,Task,Task Status,Task,Task Status,Pull Request,Pull Request,Pull Request,Pull Request,Pull Request,Pull Request,Pull Request,Pull Request,Pull Request,Pull
Request,Pull Request,Pull Request,Pull Request,Pull Request
It’s a bit weird all those Comment and Pull Request columns but I guess it varies per story depending on how many such attributes that story has.
I could probably write some python to iterate over however many Comment (or other repeated fields) there are and POST to the Taiga API as comments with that data, if someone could give me some guidance on, at the very least, creating Taiga Stories using an equivalent for these main fields from Pivotal:
Id
Title
Labels
Iteration
Iteration Start
Iteration End
Type
Estimate
Priority
Current State
Created at
Accepted at
Deadline
Requested By
Description
URL
Owned By
Blocker
Blocker Status