Skip to content

hamilton2br/rally-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rally-utils

Misc useful ruby scripts for Rally

put your username and password in $HOME/.rallyutils , like this:

user: [email protected]
password: MyP4ssW0rD 
  • itertasks - lists all tasks from a given iteration, outputs to screen,csv or pdf file for printing
  • addtask - adds a new task under an existing user story
  • csv2tasks - adds a batch of tasks under existing user stories from a csv file

Example csv:

"US1234","Implement the foo method"
"US1234","Implement the bar method"
"US1235","Implement the baz method"

Two new tasks will be created under Story "US1234" and one under "US1235". You don't need to repeat the Story ID in every task row, the spreadsheed will look better if you don't.

About

Misc useful ruby scripts for Rally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages