0
votes
2answers
27 views

Grabbing Name attribute of Tags/Tag in Rally

I have been looking at the rally Object model, but I can't figure out how to grab the Name attribute of a Defect's Tag. I made sure to include Tag and Tags in my fetch statement. I am storing all the ...
1
vote
1answer
28 views

Rally query with multiple filters not working

I am trying to query Rally with multiple filters. I am looking to query Rally for all defects in a specific project that have defects with a specific CreationDate. When I send the query, I get 0 ...
1
vote
0answers
70 views

Querying for and processing all tasks for all team members on a specific project/iteration

I realize this is dangerously close to this question Query tasks by team members; however I still have questions regarding it. I'm attempting the same general idea from the aforementioned link ...
1
vote
1answer
56 views

Lookback API: _ItemHierarchy Scoping - Ignore Forbidden Projects

I have been trying to query for User Stories which descend from the RPM by using the Lookback API in conjunction with the _ItemHierarchy filter. The problem seems to be that the Lookback API wants to ...
0
votes
1answer
94 views

Rally Tag Cloud

I found some code on GitHub (https://github.com/RallyCommunity/TagCloud) for displaying a TagCloud in Rally. Conceptually it looks great but I cannot seem to get it to work and wondered if there were ...
7
votes
0answers
75 views

using Rally SDK2 seems to have trouble with opening a new window/tab with a _blank tag

If I create a custom HTML page in Rally with straight html and a link to a story to open in another window, clicking the link takes me to the details page of the story properly. But if I wrap the ...
1
vote
1answer
67 views

Rally List all Features query

I'm trying to find a complete list of all Features available (I don't have many, just tinkering). I've tried a number of different ways, but I can't seem to find the correct syntax for referencing ...
0
votes
1answer
46 views

Can I pull the date a predecessor was created?

I would like to create an app that lists the user story and it's predecessors with the date they were created (added) to Rally. Are there any examples I can use?
1
vote
1answer
68 views

Rally javascript displays nothing, having an issue with queries

I'm trying to query based on a selected iteration, and display some results based on the stories of that iteration. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
1
vote
1answer
67 views

Owner dropdown not filtering Story cardboard

I built a custom cardboard mashup to display all user stories that are in a "committed" iteration and beloning to the current project, or any child project. This much works well. I then added an Owner ...
2
votes
1answer
61 views

Grid Return on Editable Field in Rally SDK2

I have a grid with a column like this: { text: 'Name', dataIndex: 'Name', editor: 'rallytextfield', flex: 2.5, sortable: false }, When I fill in information in the text field and then click ...
1
vote
1answer
76 views

Unable to access data from Rally wsapidatastore

When I create a WsapiDataStore, store.data.items and store.data.keys return empty arrays although I am able to see the keys and items when I do console.log(store.data) store = ...
2
votes
1answer
59 views

How do I make components like a grid display immediately using Rally's SDK 2?

I create a rallygrid and put it in one of the containers that's listed as an item for the app. Then, the app is cycling through a for loop that can take up to three minutes to create and add other ...
1
vote
1answer
52 views

How to get the login user through Rally App SDK

I created a custom html inside the Rally page using its App SDK. Now I want to get the username of the current login user. But I cannot figure out how to do that. I noticed Rally provides some ...
1
vote
1answer
49 views

How do I increase the limit of 100 cards shown in the Rally Kanban Column?

We use the Rally Kanban to show user stories (US) that are tagged with a custom field and in a specific iteration. Currently there are 104 us that meet this criteria but only 100 show on the Kanban. ...
2
votes
1answer
56 views

How to specify a data Source in Rally API

Can I specify my param when declaring a datasource? var rallyDataSource = new rally.sdk.data.RallyDataSource('2004571051', '5022032422', ...
0
votes
1answer
100 views

Task Board - with rally built in Add Task

I wish to add more usability to the Task board, by adding Tasks. I stumbled across several task boards in Git Hub. The best one is https://github.com/Pistos/Rally-Task-Board/blob/master/code.html ...
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 ...
1
vote
1answer
82 views

add data to a chart

Looking in Api 2.0p5 and the charts. I am looking for a variant of the Throughput chart, with basically has... last 12 months across the bottom total count on the left side of chart stacked columns ...
1
vote
0answers
65 views

'rallyiterationcombobox' - How to select first or last iteration instead of the current iteration as the default value

I am implementing a Rally app that allows the user to select a range of iterations to include for data sampling. I have a 'rallyiterationcombobox' instance to select the minimum and maximum for the ...
2
votes
1answer
79 views

Rally SDK 1.x - Getting preferences to scope up/down projects

I've been working on customizing the AgileEVM app using sdk 1.32 and I've been using preferences to store various values that users will set (multiple billable rates, non-full time resources, etc..). ...
2
votes
1answer
188 views

Custom Grid Query Syntax for Rally Portfolio Items for specific Parent Project via WebService API

We're starting to experiment with Rally's WebService API for Portfolio Items. We don't have any issues when creating Custom GRID apps in Rally, but are running into an issue when trying to create ...
2
votes
1answer
68 views

Ready vs ReadyDeprecated

So, in my custom KanbanBoard app, I noticed lately that the READY green border has gone away. I have started trying to debug, but cannot seem to understand what is going on. On my board, users can ...
2
votes
0answers
84 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
50 views

How to limit Results in TestCase

I want to take only 2 or 3 last results of TestCase. Is there an opportunity to limit and filter by date TestCaseResults in TestCase. Right now I take results for each TestCase from TestCaseResult, ...
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
66 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 ...
1
vote
1answer
87 views

Rally App SDK 2.0: SnapshotStore unable to load custom fields and hydrate

In my attempt to load information from the analytics engine, I have been unable to load custom fields. In particular, I am looking to load information belonging to Portfolio Items. There are some ...
1
vote
1answer
46 views

SDK2: Issues with Rally Grids

SDK2 Rally grids are seriously great and flexible, but there are a few significant issues I have run into: % done columns like LeafStoryPlanEstimateTotal for Portfolio Items show orange arrows when ...
1
vote
1answer
14 views

SDK2: scope and permissions for updateSettingsValues()

What is the scope of settings and updateSettingsValues(), and who can change them? Are these settings scoped to that particular app, or are they scoped to each individual user of that particular app? ...
2
votes
2answers
89 views

Rally: Fields from multiple tables

I am using the Rally WSAPI 2.0p5 with and the JSON return I am looking to get fields from multiple tables in a single response. Is this possible? For example I am trying to get the User Story and ...
1
vote
1answer
20 views

SDK2: Using updateSettings()

I'm trying to save settings for my app. It looks like it should be simple, but this does not seem to work: Ext.define('MyApp', { extend: 'Rally.app.App', componentCls: ...
1
vote
1answer
111 views

fetch for defects not fetching across user, iteration, and project

I have researched and tried everything that I can think of to try and retrieve the actual values for the Iteration, Project, and User columns but I can never get the column data to populate for those ...
2
votes
1answer
95 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 ...
1
vote
1answer
64 views

Chrome Browser Issue for Button

I have an issue with a Button. It is appearing in IE and Firefox, but not appearing in Chrome. The code for the button is using Rally API and it’s generated while loading the page. I have tried ...
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 ...
3
votes
1answer
171 views

PortfolioItem Query in Rally External App

We would like to surface the Portfolio Timeline Rally App in our SharePoint site, so upper management can get a good view of where things are in our portfolio, but it doesn't look like that capability ...
1
vote
1answer
75 views

How do you add a Rally card renderer using a custom app in the starter kit?

I saw the example in the Developer Portal for creating a customer card renderer with JS within an HTML document. (Where the definition of the renderer begins "var DiscussionTagCardRenderer = ...
0
votes
1answer
177 views

Row editing does not seem to update the underlying store

continuing with my app whose aim is to be able to edit an aggregated field and store the result of a computation on the various components of that aggregate in another field... I am now able to ...
0
votes
1answer
68 views

Extending UserStory model with a custom field fails with “compile function not found”

Following the discussion in Fetch a specific tag from Rally in order to compute a value in another field I have started rewriting a custom app to extend the Rally's UserStory model to add custom ...
1
vote
1answer
42 views

Using the Rally SDK, how do I filter a cardboard for a tag?

I would like to create a cardboard showing all the work products of a given type (user story, test case, etc.) that have a particular tag. I tried adding the following filters statement to the ...
1
vote
1answer
89 views

In the Rally SDK how do you create a filter that tests the child of the config's type's child?

My specific goal is to create a list of all test cases for an iteration. My initial approach was to create a cardboard with type Test Case and to use a filter with the property WorkProduct.Iteration. ...
2
votes
1answer
113 views

How do I get Test Cases to show up on a Rally cardboard?

I am trying to use the Rally App SDK to show test cases on a cardboard. Here's the code I am using. The cardboard that appears has columns for the test case methods but no content despite the fact ...
0
votes
1answer
46 views

Rally App SDK 2.0: rallyaddnew errors when clicked and does not expand and show “Add with Details” button

I have tried to implement a rallyaddnew button, and using the configuration provided in the example, I receive the following error when I click on the button (this is also the case in the "Live ...
2
votes
1answer
124 views

Fetch a specific tag from Rally in order to compute a value in another field

I'm extremely new to Rally development so my question may sound dumb (but couldn't find how to do it from rally's help or from previous posts here) :) I've started from the rally freeform grid ...
1
vote
2answers
58 views

Rally App SDK 2.0: filters and customQuery fail to limit data in rallymultiobjectpicker store in 2.0p3

It seems that specifying either or both the 'filters' and 'customQuery' in the storeCfg of a rallymultiobjectpicker in 2.0p3 does not function at all to limit the data in the store. One such scenario ...
0
votes
0answers
26 views

Rally App SDK 2.0: rallymultiobjectpicker in 2.0p3 does not load option text for modelType 'user'

I have tried creating a rallymultiobjectpicker for users, and it seems to be unable to load the option text. It is related to this previous question, except, it uses a config similar to the answer ...
0
votes
1answer
63 views

Rally App SDK 1.32: Chooser unable to access PortfolioItems with generic query after recent restructuring

It seems that the Chooser in App SDK 1.32, though the query should be generic enough to pull the correct items, is not able to find any. Here is the code, which, even with the recent changes, I would ...
0
votes
1answer
65 views

Updates to Type and State fields break model retrieval from WSAPI

It seems that the upcoming update to the Type and State fields will be breaking the combobox in the Rally Portfolio Item Kanban Board app, as well as cause issues loading the States. Here are the two ...

1 2 3