Implements Intellij's Agile ALM integration.
- In IDEA open "Tools / Tasks & Contexts / Configure Servers..."
- Press "+" and select "Rally"
- Define Server URL: "https://rally1.rallydev.com"
- Define your Username and Password
- Press "Test connection"
- Now you may select Workspace, Project and Iteration(It may be required to close this dialog and open it again, or press "Load projects", "Iterations")
- Now you may switch task contexts by selection "Tools / Tasks & Contexts /Switch task" or "Tools / Tasks & Contexts /Open task"
- On a right corner of your IDE you'll see your task name
- Forked from: https://github.com/RallySoftware/intellij-plugin
- Ported from groovy on java. Heavily reworked.
- To work with Rally I used original Rally java api from: https://github.com/RallyTools/RallyRestToolkitForJava
- [REMOVED] Also I created helper library which take hides a lot of boilerplate code: https://github.com/crc83/rally-api-helper
- All API from rally-api-helper is here. Build updated with latest gradle plugin to develop IDEA plugins (funny).
- Use Gradle 5.1 or newer
- run "gradle test" to run tests
- run "gradle runIde" to launch IDEA with this plugin installed
This plugin is distributed under MIT licence. You may find it here: http://opensource.org/licenses/MIT
- Reworked build process.
- Added documentation regarding "How to build"
- Added documentation regarding "How to use"
date: 12-september-2013 at: http://dl.bintray.com/crc83/generic/rallydev.zip