Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Inside that folder 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

 

  • No labels