Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eed3si9n/kiln2rally
Rally Connector for Kiln (kiln2rally) is a Kiln web hook to add Rally integration.
https://github.com/eed3si9n/kiln2rally
Last synced: 29 days ago
JSON representation
Rally Connector for Kiln (kiln2rally) is a Kiln web hook to add Rally integration.
- Host: GitHub
- URL: https://github.com/eed3si9n/kiln2rally
- Owner: eed3si9n
- Created: 2011-05-24T20:57:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-25T20:21:11.000Z (over 13 years ago)
- Last Synced: 2024-05-01T19:40:38.804Z (6 months ago)
- Language: Scala
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kiln Rally Connector
====================Kiln Rally Connector (kiln2rally) is a [Kiln][1] web hook to add [Rally][2] integration.
Similar to Rally Connector for Subversion, it allows you to update the state of Rally items from commit message.Usage
-----The connector will attempt to interpret each line of the commit message as one of the following commands:
- DE123 Open
- TA456 Completed
- US789 In-ProgressThe states are case sensitive, and they are different for each types of the Rally item. Here's what I have:
defect_states = ["Submitted", "Open", "Fixed", "Closed", "Resolved other"]
task_states = ["Defined", "In-Progress", "Completed"]
story_states = ["Backlog", "Defined", "In-Progress", "Completed", "Accepted"]
- DE123 Fixed in 2011.05.20
- DE123 Fixed in 2011.05.20 for Eugene
- US789 Completed in 2011.05.20 for EugeneFor defects and user stories, you can set Fixed In build and Addressed In build respectively using `in XXX`.
Also, `for Eugene` looks up a user whose name contains "Eugene" and assigns the case to the person.- TA456 Completed in 14h
For tasks, `in 14h` sets the actual hour spent.
Install
-------1. Run the follwoing:
$ sbt assembly
2. Grab target/scala_x.x.x/kiln2rally-assembly-x.x.jar and Web.config.
3. Deploy it to some server.
4. Here's `start.bat` for Windows:cd E:\Kiln2Rally\
java -jar E:\Kiln2Rally\kiln2rally-assembly-1.0-SNAPSHOT.jarLicense
-------MIT License.
[1]: http://www.fogcreek.com/kiln/
[2]: http://www.rallydev.com/