forked from alexcouper/pyrally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (17 loc) · 754 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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/