This Aha! Develop extenson provides a Rally importer for Aha! Develop. It can import all Hierarchical Requirement records, such as User Story, Task, Defect etc. and it will bring over the title and description from the imported record.
It provides the aha-develop.rally-import.importer importer contribution.
Note: In order to install an extension into your Aha! Develop account, you must be an account administrator.
Install the Rally importer extension by clicking here.
Install aha-cli:
npm install -g aha-cliClone the repo:
git clone https://github.com/aha-develop/rally-import.gitNote: In order to install an extension into your Aha! Develop account, you must be an account administrator.
Install the extension into Aha! and set up a watcher:
aha extension:install
aha extension:watchNow, any change you make inside your working copy will automatically take effect in your Aha! account.
When you are finished working on your extension, build it so that others can install it through its URL:
aha extension:buildTo learn more about developing Aha! Develop extensions, including the API reference, the full documentation is located here: Aha! Develop Extension API