Questions tagged [agile-central-api]
2 questions
1
vote
0 answers
AgileCentral:: Pyral: Throws error:: Multiple work spaces found with the same name. You must specify a work space with a unique name
I have 3 work spaces in Agile Central(rally). i want to pull all the projects from the 2 work spaces out of these 3.
I am using pyral python package.
Below is the code snippet:
from pyral import Rally
return Rally(server='rally1.rallydev.com',…

Ashwini Kaklij
- 11
- 1
1
vote
1 answer
Rally API defect query returning inaccurate results
I'm using Rally API v2.0 to access a list of defects. The criteria is to get all Submitted, Open, or Fixed defects from a specific project. While I am able to get a pretty large list, I don't get every defect. For example I notice there are some…

Sababado
- 2,524
- 5
- 33
- 51