Tagged Questions
1
vote
2answers
80 views
C# Rally RestAPI Add or Update A Tag
I cannot find the syntax to add a tag value to a User Story via C#.
Using the latest Rally API binaries, 2.0 Beta.
Closest example I can find is via Java ( How to add Tags to a TestCase in Rally ...
1
vote
2answers
818 views
How can I get JSON data from Rallydev rest API without login
What I'm trying to do is to get JSON data (whatever it is just make sure I can get anything is ok) from Rallydev without login to make sure that Rallydev is on. I tried several ways, but each way ...
2
votes
2answers
157 views
Is there any documentation about how Revision.Description is populated and under what condition?
Is there any documentation about how Revision.Description is populated and under what condition?
I'm writing a Custom Application for Rally so that I can view changes made to Task and ...
4
votes
1answer
281 views
What would be the easiest way to explore the Rally object models?
I am required to develop a view for the Rally agile tool using Javascript and HTML. I have not dealt with web languages that often in my new career as a dev.
I am just exploring their API, but am ...
2
votes
2answers
346 views
Can't create a Rally defect using JQUERY and their JSON REST API
I am able to create a defect using their XML REST API based on example found here: https://rally1.rallydev.com/slm/doc/webservice/rest_xml.jsp
However, I'm not able to do the same using jquery with ...
1
vote
2answers
2k views
Can you GET Rally API requirements, defects, and all tasks with one query
Currently I have to make multiple GETs to receive all the information which I need
User Story: FormattedID, _refObjectName, State, Owner._refObjectName
Tasks for each User Story: FormattedID, ...