Questions tagged [code-rally]
81 questions
1
vote
1 answer
rally treestore root node
https://help.rallydev.com/apps/2.1/doc/#!/example/simple-tree-grid
In Simple Tree Grid example on the link above, I added console log to print root node, but it's always coming as null, even though user stories gets loaded.
I am also getting…

Rakesh
- 21
- 3
1
vote
1 answer
Rally.ui.chart.CumulativeFlowChart Error
I am new to node js and rally app development. I am trying to build a custom rally cumulative flow chart.
I am following the youtube tutorials by rally engineers. Using rally-app-builder to build the app.
My custom app throws below error on…

sanjiv katiyar
- 11
- 3
1
vote
1 answer
How to retrieve the all Projects under Rally workspace?
I want to know is it possible to retrieve the all projects under workspace in rally. If yes how to retrieve them?
We are building a Rally custom HTML dashboard using Rally sdk2.1, we need show all projects list in the dashboard.

sharan
- 63
- 1
- 10
1
vote
1 answer
Add Watcher - Rally Rest API
How to "Add Watcher" using Rally Rest API? I am unable to locate any keywords "watch", "watcher" or reference to watcher in documentation
Edit 1:
Based on Joshua's answer
I have tried the below:
DynamicJsonObject watcherToBeAdded = new…

user2499959
- 139
- 1
- 9
1
vote
1 answer
Customizing Rally using Rally app builder
Trying to customize Portfolio Item Burnup , got source code from https://github.com/RallyApps/app-catalog/tree/master/src/apps/charts/rpm/burn
Now after compiling using "rally-app-builder build" command and after that running with "rally-app-builder…

Udayan
- 31
- 3
1
vote
1 answer
Not able to read all the child project user stories from Parent project in Rally Rest Toolkit for Java
I was trying to read all the user stories(including child project user stories) from a parent project using the java toolkit. But its not reading all the user stories
below is my code snippet
QueryRequest existUserStoryRequest = new…

Deepan Chakravarthy
- 47
- 8
1
vote
1 answer
Why does SnapshotStore report significantly less than nornal store?
I had been pulling some scope data by Feature out of Rally and putting it into a spreadsheet. This got to be too much trouble so I decided to build an App to collect all the data for me.
In testing though all of the data reported by the…

Maverickz
- 81
- 1
- 6
1
vote
1 answer
Copying Rally project data from one workspace to another via API
I want to copy all the Rally data (user stories, tasks, defects) from one workspace to other workspace under the same subscription.
Basically the requirement is -
Workspace A Workspace B
A1 X1
B1 …

Darshan Deshmukh
- 353
- 1
- 4
- 15
1
vote
2 answers
Updating "Display Name" via python rally API
In order to uniquely identify the users in Rally we want to update the Display Name field of users so that 2 people with same name can be identified.
e.g. John D(johnd@test.com)
John G(johng@test.com)
Tried below code snippet to get all the…

vpd
- 234
- 2
- 10
1
vote
1 answer
Retreiving the child projects and updating the parent for the selected projects in Rally using API
In order to clean up Rally I want to change the parent for projects which are marked as "Closed"
--MyWorkspace
- Project 1
- Project 2
- Child 1 (Status = Closed)
- Child 2 (Status = Closed)
- Child 3 (Status = Open)
- Project…

vpd
- 234
- 2
- 10
1
vote
2 answers
Push Grid on Store Load Issue
So i have been working on a custom pivot app to add onto rally and have ran into an issue with adding drill down functionality where a rally grid is loaded below the pivot table with the records that fill the pivot. The issue i am having is on…

Jon hopkins
- 13
- 2
1
vote
1 answer
Can I remove the title/border of an app in Rally?
I recently found that one of the custom apps I can add to my Rally homepage is a custom HTML app.
This will be really useful to me, since I can use some HTML (Bootstrap) headers to separate apps on my page and make it more organized.
I got the…

robromo
- 321
- 1
- 4
- 15
1
vote
2 answers
Creating a custom rally list from source using app-catalog on github
I am trying to use the Rally App Catalog and the custom list app
I would like to add an additional selector (item type) and rename some of the headers on the fly. First I just want the sample to run. As it currently stands, it looks broken to…

Frobbit
- 1,652
- 17
- 30
1
vote
0 answers
Generating window/render frames for IterationPlanningBoardApp code
I've been working on being able to show the and IterationPlanningBoard on a confluence wiki. Overall it's working, but when the wiki page launches the board takes the whole web page. This code is different than the others I have touched so was not…

markrosen
- 91
- 4
1
vote
1 answer
Possible to create Rally TimeEntryItem for other user?
Is there a way to create a TimeEntryItem for another user?
I can persist the 'User' field before creating a new TimeEntryItem and see the User information being passed to Rally, but so far I get the following warning in the response, and the create…

Dieter
- 25
- 4