Questions tagged [code-rally]
81 questions
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
1 answer
Custom Rally Charts w/ Series (similar to clustered Excel graph)
is it possible to create a custom chart/graph in Rally of a bar chart and then display a series? i want to trend a count of stories over time for each release.
i've tried using regular charts but doesn't seem like that is a capability of rally

Ashley P
- 1
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
0
votes
1 answer
How to generalize Rally context to include TestCases from different Projects that are associated to a TestSet
I have a custom rally app that was developed using the Rally sdk 2.1. The app queries for Test Case Results from Test Cases that are link to a Test Set in the current sprint. There is a problem with the app not being able to pull some TC. The…

Juan Ga
- 87
- 5
0
votes
2 answers
How to fetch a userstory's Actuals,Todo,Estimate fields from detail page of rally using RallyrestApi
I am able to take userstory actual, estimate and Values from its Task.But when tasks are not there for an user story i have to take values from the userstories detail page from rally.
Ex:(i need to fetch as like below from rallyrestapi c#…

Boopathirajan
- 25
- 7
0
votes
1 answer
App-debug.html not working on eu1.rallydev.com
I'm currently developing a custom app that needs to be deployed on the eu1.rallydev.com server.
During the development I would like to use the App-debug.html to quickly see code changes without having to build and paste new html code, but this…

Michael Østerberg Jakobsen
- 224
- 1
- 15
0
votes
1 answer
Rally custom fields changes reflect other fields
case 1
1. Create custom fields called "completion %" which depends on child user stories. How can i fill parent user story completion % based on child user stories completion
Create two custom fields - start and end date => parent user stories…

Learn Hadoop
- 2,760
- 8
- 28
- 60
0
votes
1 answer
Find latest ScheduleState change in Lookback API
I want to display a list of US ScheduleState changes, but not all of them, only the latest change. And not only Accepted, but the current state.
I tried using ValidTo > Current, but this is not always the case, other changes might have occured, so…

Michael Østerberg Jakobsen
- 224
- 1
- 15
0
votes
1 answer
How to delete initiative , features and user stories from Rally?
Through Java Rally Rest API, how can I delete initiative , features and user stories? couldn't find the API in the rally.

Learn Hadoop
- 2,760
- 8
- 28
- 60
0
votes
1 answer
Create Rally user story and map features using Rest API
How to create user story and map existing features id. below are my code snippet.
J
sonObject newEpic = new JsonObject();
newEpic.addProperty("Name", "Test User story");
newEpic.addProperty("Workspace", "/workspace/59461540346");
…

Learn Hadoop
- 2,760
- 8
- 28
- 60
0
votes
1 answer
UserStory ScheduleState display in Grid
I am trying to display ScheduleState for UserStories in a grid.
I am not able to display ScheduleState as editable bar, like we see in Rally, with DPCA bar-columns for each state.
For e.g. SimpleTreeGrid example on below link shows user-story…

Rakesh
- 21
- 3
0
votes
1 answer
Agile Central Basic App Settings
I'm implementing a simple app based on the UserIterationCapacity using a Rally.app.TimeboxScopedApp.
Now I want to specify a couple of settings as App settings and found the developer tutorial for this:…

Michael Østerberg Jakobsen
- 224
- 1
- 15
0
votes
0 answers
Rally WSAPI not finding test case in test set
After executing our test automation we are sending the results into Rally. Here are the steps that we are following:
Create new Test Set
Add Test Case to Test set - The test case
already exists in a test folder
Query for the test case within the…

Christine Edwards
- 99
- 8
0
votes
1 answer
how to read changeset for perticular user story and update the build column using REST API- java?
currently i'm looking for solution to read and update the user story changesets using Rally java REST Api.
how do i do it?

sharan
- 63
- 1
- 10
0
votes
0 answers
Is their way to pull TestCases directly from GIThub repo to Rally Project?
Is there way to pull Test Cases directly from GIThub repo to Rally Project ? instead of creating manually.
we are planning for sync github checked in test cases with rally project test cases apart form direct import option provided by the rally.

sharan
- 63
- 1
- 10