Access rally dev from python. NOTE that this package is no longer maintained and you are recommended to instead use the package provided by Rally here https://github.com/Rallydev/pyral
alexcouper/pyrally
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
pyrally ======= Access the Rally API using python. Currently it provides read and write access to some of the API provided by Rally. At the top level, the client can be used to: * get all the entities in Rally * get all stories/defects in a kanban state in rally * get a story/task by name Or, by importing the model objects, it is possible to: * get all stories/tasks/defects/iterations/user in Rally * get a story/task/defect/iteration/user by name * update a story/task/defect/iteration/user attributes in Rally * delete a story/task/defect/iteration/user from Rally * create a new story/task/defect/iteration/user in Rally. Full documentation can be found here: http://readthedocs.org/docs/pyrally/en/latest/
About
Access rally dev from python. NOTE that this package is no longer maintained and you are recommended to instead use the package provided by Rally here https://github.com/Rallydev/pyral