Tagged Questions
1
vote
2answers
218 views
Exporting SDK2 Grid to CSV
I'd like to export my SDK2 grid to CSV or Excel-- I suspect this code probably exists at Rally somewhere because you can export for example User Stories from a portfolio item to CSV.
Is there a ...
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
0answers
66 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 ...
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 ...
1
vote
1answer
77 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 = ...
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. ...
4
votes
0answers
74 views
How do I get a scrollbar to appear in a Rally cardboard component?
Asking and answering my own question thanks to a post on another topic:
I have created a cardboard in a custom Rally app. The list of items within the cardboard is longer than the screen will show, ...
0
votes
1answer
47 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 ...
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 ...
1
vote
1answer
133 views
Rally App SDK 2.0: Ext.Element method “unselectable” isn't so normalized
Even though the "unselectable" method is supposed to disable text selection, it does not function properly in IE, at least IE8. The text cursor is still present, and allows for input.
I should assume ...
0
votes
1answer
43 views
Rally App SDK 2.0: Callback function after all cards have loaded/rendered on Kanban Board
I need to run a function specifically after all the cards have been loaded/rendered. However, I don't see any means for a callback of this sort, so I am not entirely sure how this could be done.
...
1
vote
1answer
61 views
Rally App SDK 2.0: Call to validate() by managed listener in rallymultiobjectpicker re-filters store
I have been looking at the source code for the rallymultiobjectpicker, more specifically, this line, within the initEvents function:
this.mon(this.inputEl, 'keyup', this.validate, this);
which ...
2
votes
1answer
77 views
Is there an example of setting and retrieving settings from a Rally SDK 2 app?
What does a settings object look like? I can't seem to updateSettings with anything and get something back interesting. I'm printing out this.settings and every time I refresh, it just logs a ...
0
votes
1answer
39 views
Rally App SDK 2.0: rallymultiobjectpicker fails to load option text
I am having an issue with the rallymultiobjectpicker, where there is a lack of option text loaded, so there is this banding effect with the list items and their checkboxes. There are no errors in the ...
0
votes
2answers
71 views
Rally App SDK 2.0: Cannot load Rally.ui.cardboard.ArtifactCard when referencing /apps/2.0p3/sdk.js
This item fails to load because of its dependency on the Ext.Loader: https://rally1.rallydev.com/slm/panel/Rally/ui/cardboard/ArtifactCard.js?_dc=1343151803942
I have used
Ext.Loader.setConfig({ ...
1
vote
0answers
90 views
SDK2: Example of Rally.ui.chart using datetime for x Axis?
Do you have any examples of the new Rally.ui.chart.Chart using datetime for the x Axis? The examples in the documentation don't seem to use the XAxis to set labels, and I think a datetime example ...
0
votes
2answers
72 views
SDK 2: Example of a settings dialog
Do you have an example posted of a SDK 2 app that adds an entry to its "Gear" menu and allows the user to save settings to a preference object via a dialog window?
1
vote
1answer
55 views
SDK 2.0: Change date field row size without losing edit
I'm creating a rally grid for portfolio items using the 2.0 SDK, and including the "PlannedEndDate" field. This is really nice, because it brings up a calender editor if somebody wants to edit the ...
0
votes
1answer
70 views
In Rally SDK2, is there an example of adding data to the ReleaseComboBox or IterationComboBox?
I want to be able to add an option for "--ANY--".
This does not work:
Ext.create('Rally.ui.ReleaseComboBox', {
hideLabel: false,
fieldLabel: "Release: ",
width: ...
1
vote
1answer
113 views
Rally App SDK 2.0: Filtering a store of Users by UserPermissions
I am attempting to build a store that consists of only Users that are not disabled and have editor permissions on the selected Project. However, UserPermissions is an array of UserPermission objects, ...
0
votes
1answer
113 views
Rally App SDK 2.0: rallymultiobjectpicker for users not showing displayField
I am attempting to create a rallymultiobjectpicker that lists the users of a workspace. However, it does not seem to load any values for the displayField, regardless of what it is set to in the ...
3
votes
1answer
149 views
From an extjs combobox for Rally builds, how do I fetch a field on the child ChangeSets records?
Using SDK 2, I created a combobox that lets me select a build. I have a listener that wants to do something with the array of ChangeSets, but the array is only returning the attribute information ...
0
votes
1answer
74 views
Rally App SDK 2.0: Hardcoded data values for rallymultiobjectpicker
Is it possible to input hardcoded values for a rallymultiobjectpicker? I have tried using the same method as a rallycombobox, but it does not seem to work. Is the rallymultiobjectpicker limited to ...
1
vote
1answer
135 views
Rally SDK 2.0 RallyGrid Gives IndexOf Error When Clicking on Pages
I have a rallygrid with only 3 items in it. The grid automatically shows the links for showing 25/50/100/etc per page. When I click on 50, say, I just get a constant spinner saying "Loading..." and ...
0
votes
3answers
107 views
Rally App SDK 2.0: Create a searchable, but not editable rallytagpicker
I believe that the rallytagpicker is definitely a useful component. However, I do not see any config field that would allow me to prevent users from being able to create new tags, while still ...
1
vote
1answer
111 views
Rally App SDK 2.0: Hide/Remove card owner and image
I am having trouble with hiding/removing the card owner and image from the card headers in App SDK 2.0. This was very simple in 1.30, using just CSS, but similar CSS does not seem to work, nor does ...
1
vote
1answer
170 views
In Rally: Can I map custom task states to existing Task states in a Rally Task Board (similar to Kanban for user stories)?
What would it take to create a TASK card board with mappable states like Rally's existing Kanban board supports.
I would like to add one or two custom task states: like "ready to merge" and "unit ...
1
vote
1answer
193 views
Rally App SDK 2.0: Filtering the store for a rallymultiobjectpicker
I am attempting to use a rallymultiobjectpicker (not sure why there isn't a single object picker) to pull up a list of portfolio items. However, I would like to filter the results by the "Portfolio ...
2
votes
1answer
95 views
Rally App SDK 2.0: Cannot modify QueryFilter object after initial creation
I am trying to dynamically create filters for a rallycardboard by using a QueryFilter object. I first create an array of QueryFilter that contains filtering on one property/value pair. I then check ...
1
vote
1answer
113 views
Providing Poor man's dashboard app communication
I realize you are coming up with a way for panels to communicate. Until that time, I was thinking I could get some basic communication going with a preference object.
But how do I find a unique ID ...
3
votes
1answer
329 views
IE error with rallyGrid
I'm getting an error with an SDK2.0 app using a rally custom grid:
It only errors with IE (current), and it does not error if I run it locally, only when I install it in Rally and run it.
I don't ...
0
votes
1answer
67 views
Updating a Rally.data.custom.Store
I've create a Rally.data.custom.Store and used it to populate a Rally Grid.
Later (when some late queries come in), I change some of the records by getting the record object from the store and ...
2
votes
1answer
84 views
Querying with SDK2.0: OR filters together
This example in the documentation shows how to query the Rally WS API, using a single item in a filters array:
Ext.create('Rally.data.WsapiDataStore', {
model: userStoryModel,
fetch: true,
...
