Information on how to import your workproduct data into the Rally tool.
You can import data from other products into Rally using a Comma Separated Value (CSV) formatted file. You can import User Stories, Test Cases, and Defects.
Each Summary view in Rally contains a Import button from the Actions menu which launches an Import tool. For example, go to Defects and click on 'Import' from the Actions menu.
You will see there is a template that outlines the expected format of the CSV file. These template will contain any custom fields you have added for that Work Product.
Additionally, you can use the Web Services API to mass create, read, update and delete objects in Rally. To see if Web Services is enabled for your subscription, click on the 'About' link located on the bottom of the page once you have logged in to Rally. The About dialog will inform you of the version and modules that are enabled for your subscription.
For more information on the Web Services API, go to this link: https://rally1.rallydev.com/slm/doc/webservice/index.jsp (You must be logged into the Rally tool to see this page)
This will document information specific to your subscription (e.g. custom fields, etc).
Comments
How to: import Test Cases with steps.
I want to import regression testcases into rally. Each of my testcases have multiple steps. How to import the steps. I am able to successfuly import TestCases with single step. Any input appreciated.