We created for an importer for the Pivotal Tracker cloud application.
The tool runs under Java, so you must have Java 7 or higher installed.
Usage:
Create a folder with the content of the attached zip file
run the command
java -cp "lib/*:PivotalTrackerImporter.jar" com.matrixreq.pivotaltracker.PivotalTrackerImporter pivotalUsername pivotalPassword pivotalProject matrixInstance matrixUsername matrixPassword matrixProject matrixCategory
with:
- pivotalUsername : your username within Pivotal
- pivotalPassword : your password for the above account
- pivotalProject : the name of your project in Pivotal
- matrixInstance : the Matrix Requirements instance you are using (like express2.matrixreq.com)
- matrixUsername : your username in Matrix Requirements
- matrixPassword : your password for the above account
- matrixProject : the Matrix Requirements project (like SIMPLE)
- matrixCategory : the category in which you want to include the conversion (like REQ)
example
java -cp "lib/*:PivotalTrackerImporter.jar" com.matrixreq.pivotaltracker.PivotalTrackerImporter user@example.com iixxkdf33cL test1 pivotal.matrixreq.com demo demo SIMPLE REQ