Rally App Catalog
Apps can be used to add specialized features to your Rally subscription. Through a combination of HTML, JavaScript and Rally's JSON Web Services API, it is possible for you to write your own views, reports and mashups and make them available to your co-workers as a tab in Rally.
Apps from the catalog are available directly in your Rally subscription. Click on the + icon located on the second-level navigation. From the popup, choose App Catalog.
The possibilities for what you can create are virtually endless. We've posted some examples (including working code) that you can use directly or that you can build upon.
For a basic introduction to app development and Rally recommended tips and tricks see App Development: Getting Started
We also encourage you to share the Apps that you've created with other users by posting them to our dropbox. We will review your submissions before making them visible to others.
Obtaining APP Code
To obtain the source code for an app:- Ensure you are logged into your Rally subscription.
- Find the App that you want to download the code for in the TOC on the left-hand side of this page under Rally App Catalog. Click the source code link at the bottom of the App page. The app will attempt to load in a new browser window.
- Right-click inside the app window, and select the View Page Source option.
- Copy the code from the new window that appears.