Questions tagged [rallyapi]
13 questions
1
vote
2 answers
Querying the list of user stories for a project in Rally using REST API
I need to get the list of e.g. user stories for a project in Rally using the REST API's directly.
I can get the project itself by using this URI:
https://rally1.rallydev.com/slm/webservice/v2.0/Project/1234567890
This will give me a JSON document…

Jesper Lund Stocholm
- 1,973
- 2
- 27
- 49
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
0
votes
0 answers
Time per state per user in Rally
I want to create a custom report where I want to know the time spent by each owner(user) in a specific user story based on schedule state in Rally.
We have Time per state per story but it does not show based on owner.
I am trying to do it by…
0
votes
1 answer
Get Rally Test Case _ref id in order to update test case result
In order to update a test case result in Rally, I am using this payload. The payload works without any issue as long as I can get provide _ref id for the test case. I am able to obtine the _ref id using pyral but wanted to swich over to Rally Rest…

aminK
- 1
0
votes
0 answers
Retrieve watchers list for particular Object in Rally using Rally Rest API
How to retrieve such list? When querying for whole JSON of an object in Rally - it doesn't have watcher list in it.
I tried to look into Rally documentation and found how to add watcher to an Object, but how to get list of actual watchers is still…

potatojesz
- 81
- 6
0
votes
0 answers
ContentSize cannot be null error for Attachment in Rally Webservices API
I am trying to upload attachments in test results using Rally Webservices API. As i am only familiar with RestAssured, i am using that to create my requests. However im getting the following error
Validation error:…

soujatya rakshit
- 13
- 4
0
votes
0 answers
Display data for specific release selected in release filter at the top of page in rally dashboard
This is my code and in this the data displayed in chart is hole project data but in rally dashboard there is release filter at the top of your page. and i want my chart to show data of the the release selected by that filter and my sdk version in…

insane
- 1
0
votes
0 answers
How to get number of records in a Rally Project using API
I need to get number of records/objects within a rally project level. Rally API would be helpful as there are thousands of projects. Need data for all Rally Type in a project.
Thanks in advance

Lavish Karankar
- 318
- 2
- 3
- 13
0
votes
0 answers
Is it possible to get User Story's Predecessor and Successor without querying a second time and fetch as True?
I need to retrieve the ObjectID of the Predecessors and Successors of a User Story / Defect without querying a second time. In Rally, Predecessors and Successors of a User Story is a collection type, thus it is returned in an URL in the response…

Minh-Long Luu
- 2,393
- 1
- 17
- 39
0
votes
1 answer
Rally integration with SharePoint
Is it possible to get rally data to SharePoint online list by doing a Rest API call or is there a way to integrate rally to SharePoint.
Please let me know the available option

Hamsa Lekha
- 1
- 1
0
votes
0 answers
How to query total taken time from story defined til complete in java in Rally?
In Rally, I have a requirement where I need to capture the time taken by each story till it get complete.
The approach is basically the story went "In process" till it was "Completed". In simple words I want to capture all the date/time when there…

Saurabh Gupta
- 21
- 3
0
votes
1 answer
set pagesize limit for Getrequest using Java in Rally rest API
THe question i have is i am trying to get all the userstories related to a release, i created a query request for type release and got the ref to workproduct.
so i got something like this from the query response…
0
votes
0 answers
unable to apply release wise filter while fetching the task details with owner in rally
In postman I can see results are popping correct:
https://rally1.rallydev.com/slm/webservice/v2.0/task?query=(((Owner.Name = abc@google.com) and (Release.Name = PQA)) and (Project = "/project/"))&fetch=FormattedID, Actuals, Estimate, owner
but with…

Saurabh Gupta
- 21
- 3