1
vote
0answers
67 views

Rally SDK :filter Rally data by setting up context workspace and project

Below I'm trying to filter Rally data by setting up context workspace and project but its not working .. What am I doing worong? I also looked at another similar question posted here but it was not ...
0
votes
1answer
112 views

Rally custom app : How to Filter the standard defect trend report for a Story

We have a single story per release "Automation tests" We log all our defect originated from automation test under this story. . Now would like to create a custom report around defect generated for ...
1
vote
1answer
46 views

WSAPI Query results in infinite request loop

I have created a query for data using the WsapiDataStore request. When data is returned by the server, the loadPages call works just fine; but when there is not data fitting the filter criteria, the ...
2
votes
0answers
86 views

Querying for User Story detail using array of ObjectIDs

I have been using the Lookback API to query for user stories from the Rally environment. While the querying functionality is stronger than the WsapiDataStore, by allowing me to query using the RPM ...
1
vote
1answer
47 views

Context scoping using the Rally RPM

Recently, I created a RPM treepanel, using the Rally SDK 2.0, which allows the user to select several portfolio items from the tree. What I would like to do is use a WsapiDataStore call to pull all ...
0
votes
1answer
67 views

Adding formatted date to custom grids

I'm working on a custom grid in Rally to create a table of Portfolio Items in my Project. One field I'm trying to expose is Planned Start Date. When used as-is, it returns datetime in the following ...
1
vote
2answers
68 views

SDK2: checkboxes in a RallyGrid column?

I'd like to add a column with checkboxes in a rally grid (something like "Select Default"). It looks like that should be pretty simple using the 'checkcolumn' xtype. But that requires you to link in ...
0
votes
1answer
73 views

Treepanel losing selection after appending nodes. (ExtJS / Rally)

I am creating a treepanel object in Ext JS which dynamically adds nodes to the tree based on child information returned from the server. The problem I'm having is that I would like to be able to ...
2
votes
1answer
96 views

Rally App SDK 2.0 / SharePoint integration

I have created a series of custom apps, using the 2.0pX SDK, which I would like to distribute to others within the company using SharePoint. In all the examples I have found on how to do this, version ...
0
votes
1answer
121 views

Rally: how to pull latest testresult from a specific testset

I am trying to use the following code to get a pie chart for the latest testresult from a particular testset. pieconfig = { type: 'TestCaseResult', attribute: 'Verdict', query: ...
1
vote
1answer
122 views

Rally SDK: creating pie chart using a query as an attribute

I have been trying to create pie chart using rally sdk with the following piece of code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
1
vote
2answers
45 views

Linking to detail pages in Rally custom apps

I have been using the following code to insert a hyperlinked FormattedID into my grid. I can't use the standard formatting template because my grid has both User Stories and Features. When I click one ...
0
votes
1answer
43 views

Quickest way to load total number of points within a set of iterations?

I am creating an app which graphs the total number of accepted points on an iteration by iteration basis, compared to all points accepted within that iteration (regardless of project). Currently, I am ...
1
vote
2answers
108 views

Rally Analytics 2.0 - Error 413: Request Entity Too Large

I have been writing an app which uses the lookback tool to get the total number of points a project had within it on a certain date. The request to pull this information looks as follows: ...
2
votes
2answers
75 views

Select project children on parent select

I am implementing a project picker for a Rally custom app and would like to select a projects children automatically when the parent is selected from the picker. I was able to get the ObjectID and ...
2
votes
1answer
228 views

Querying for User Story revisions in Rally

I would like to retrieve the JSON object for the revision log using the URL associated with the User Story. I have accomplished this with jQuery using the following code, although I would rather do it ...
1
vote
1answer
57 views

SDK 2.0p3 grid: showing hidden columns

Prior to 2.0p3 the user could choose to show hidden columns. Is that still possible in 2.0p3? It does not appear to be, but is there an option to enable this? This functionality was nice in the ...
2
votes
2answers
1k views

Problems with jslint-v8 Ruby gem installation on Windows7 64-bit

There is a problem during Rally App SDK 2.0p environment setup on Windows 7 (64-bit). I have installed Ruby 1.8.7-p358 from rubyinstaller.org and managed to install rake Ruby gem. But I have problems ...
2
votes
1answer
184 views

Latest Rally release - portfolio attributes not able to be queried

I have a custom application that uses the Cardboard object to display portfolio items. We had been using a custom attribute for Kanban state but in the latest release Rally added a standard attribute ...
1
vote
1answer
199 views

Rally Portfolio Apps?

I am looking for examples of custom apps in Rally that manipulate the new Portfolio object recently released. At a basic level I would like to display Portfolio objects using the Cardboard Component. ...