Technical questions about coding to Rally Software's various APIs including the App SDK, Ruby & .NET APIs, and Web Service API.
1
vote
0answers
66 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 ...
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',
...
1
vote
0answers
38 views
Team burnup report
What tools are available in Rally to generate a team burnup report? My research has made me aware of burnups based on iteration, release, and user story, but I'm looking to create a burnup report that ...
0
votes
1answer
50 views
Lookback API: queries for empty date fields
We have a date field in our test cases called "Retire Date" that allows us to retire test cases without deleting them.
I'd like to know how many testcases are not retired on a particular date. How ...
0
votes
0answers
48 views
Sorting by PortfolioItem column in Grid
Trying to sort the grid of user stories by portfolioitem. Sorting is enabled but it does not sort. Any suggestion? I was expecting to be able to sort when I applied renderer and disabled ...
2
votes
1answer
51 views
Object Permissions - App SDK vs WEB API
I wrote a reporting app that aggregates lots of information for an iteration. One of the things it does is query individual defects to display their details in certain places. It works perfectly but ...
0
votes
1answer
61 views
pyral module got an unexpected keyword argument 'verify'
I am new to the pyral module. I tried the demo code and I cannot get past the call to Rally.
rally = Rally(server, user, password, workspace=workspace, project=project)
I also tried.
rally = ...
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 ...
3
votes
2answers
91 views
TestCases field on TestSet object is empty
I wrote a Rally app to do reporting on TestSets and TestCases. Suddenly today, my app was not getting any TestCases in it's query.
To simplify this, I will take my app out of the equation and I am ...
3
votes
1answer
93 views
How to get the number of team members for a Project?
I created an app using the 2.0 API in which I need to gather the number of team members contributing to each project. Currently, the way I am calculating this number is by looking at the number of ...
2
votes
2answers
84 views
Error when creating Rally app skeleton
I want to create custom rally app to pull up defect dashboard from certain epic/stories in rally. Below are the step that I followed :
1. install ruby 193
2. install - gem install rake
2.1 downloaded ...
1
vote
1answer
49 views
Inconsistencies in RPM hierarchy scoping
I am working to create an RPM tree that can be used to select leaf stories from different levels of the RPM hierarchy.
I was able to get close to the desired functionality by using the method ...
1
vote
2answers
127 views
Preferred method to copy a defect using Rally REST API in Python
I'd like to be able to query Rally for an existing defect and then copy that defect changing only a couple of fields while maintaining all attachments. Is there a simple way to do this? I tried ...
2
votes
1answer
31 views
App works as desired in debug mode but crashes in Rally environment
I have created an app that creates a grid dynamically, as well as lets the user make changes to one of the grid columns via a 'numberfield' editor. Everything is working great in the debug environment ...
1
vote
1answer
256 views
Attaching files using Java Rally REST API
Can an excel file be attached to a test case using the Java Rally REST API ?
1
vote
1answer
89 views
Communicate with Python or Java from native iOS Objective-C app?
Is there any way to use Python/Java code alongside Objective-C/XCode/etc? (e.g., Write my app in Objective-C and then access function calls in Python/Java?)
I want to be able to communicate with ...
2
votes
2answers
143 views
Lookback API: Error 403 Access Is Denied
Recently I have been unable to use apps which utilize the Lookback API which have worked with my account in the past. After looking at the console, it appears I am getting an Error 403 when the ...
3
votes
2answers
56 views
'concurrency' error from service when trying to save a second task
I'm trying to save two tasks to the same user story. The first request always succeeds, but the second service request always gets this message back in the response:
Concurrency conflict: [Object has ...
1
vote
2answers
162 views
Rally SDK 2.0 Display User Story Parent (Feature) and Sort by Parent in rallygrid
Having trouble showing parent feature of user stories and sorting by that same parent field. Here's my code. I see empty value in Parent column unless the parent is another user story. And I am not ...
2
votes
2answers
115 views
Possible to fetch full hierarchical requirements in single portfolio item web service call?
I'm trying to aggregate some information about the kanban states of my user stories. If query a PifTeam item, I get a summarized collection of UserStories associated with it.
Example query:
...
1
vote
1answer
73 views
How do I add custom HTML in Rally sdk 2.0?
I'm creating an app with some custom gauges using Rally SDK 2.0. This requires some custom HTML. I took a rake-compiled app.html file from the examples as a starting point. Using JustGage for my ...
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
...
2
votes
0answers
48 views
Rally Matrix Report
I'm trying to create a report on Rally to have a strategic view of my software planning and releases. I'd like to have it this way:
Android iOS Windows
Story Story Story
...
1
vote
1answer
103 views
Assigning TestCases to TestFolders via Rally web service
I have a situation where there are lots of test cases that don't belong to a test folder. This is fine, but I'd like to write an application to move these 'orphaned' test cases into a test folder ...
2
votes
1answer
31 views
Unit test framework for SDK2 apps
Does anybody have a recommendation for unit testing home grown rally apps?
I've started to look at Jasmine as recommended in the Sencha docs and it looks promising, but I'm a little unsure about how ...
1
vote
1answer
95 views
Rally Lookback API filter on a custom field
We are using a Kanban board and have a custom field on UserStories called KanbanState. Can I filter the lookback query on this field? (property: 'KanbanState' value: 'Accepted'). Or can I only ...
2
votes
1answer
58 views
Rally: Seeing information about the current user from a web client
I'm writing a Rally app using REST service calls and JQuery. I'd like to customize app behavior to the current user, i.e., show their default project. Is there a way to get a username or ID for the ...
1
vote
1answer
62 views
How to filter defect results by a single story
This query return defects from a single project:
QueryRequest defects = new QueryRequest("defect");
defects.setProject("https://rally1.rallydev.com/slm/webservice/1.37/project/5022032422.js");
I ...
1
vote
0answers
63 views
Obtaining the PortfolioItem details for User Stories
I am trying to get the Portfio Item ID and Name for a User Story, using a query like:
var queryConfig = { type : 'HierarchicalRequirement', key : 'stories', fetch: ...
1
vote
1answer
73 views
How to filter context in Rally sdk 2.0?
I'm playing with the sdk 2.0. I downloaded the examples, in particular I am referring to the "Grid" example. I want to only show results based on a certain workspace (or project...I can't get either ...
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
68 views
How to add a server to RallyDev Eclipse Plugin
I am using the RallyDev eclipse plugin. How do I add a server to the Add a Task Repository Server drop-down? We run Rally on our own server, but I am not able to add the server.
I am using Eclipse ...
1
vote
0answers
34 views
SDK2: Error on Timeout?
In SDK I've making a request to query for a number of TestResult objects:
var createParams = {
model: 'TestCaseResult',
autoLoad: true,
limit: 10000,
listeners: {
...
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 ...
1
vote
1answer
22 views
SDK2: Wait Spinner object?
Is there a busy spinner object that is available in SDK2 to indicate when the user should wait?
In SDK1, it was called like this:
var wait = new rally.sdk.ui.basic.Wait(config)
I don't see the an ...
1
vote
0answers
37 views
API 2.0p5, Kanban Board, saving data on drop
On my previous board (2.0p2), I had functionality that would autoassign the story to the current user if card was dropped into the InDev column.
I moved this code over, checked in the debugger that ...
1
vote
1answer
45 views
Rally Dashboard 'My Defects' App result order
I use the stock My Defects application on my Rally dashboard. (I'm a developer if it matters.)
I would like to change the Order that the results are displayed in from merely State to State and ...
3
votes
1answer
31 views
api2.0p5 No BuildHeader or BuildContent for cardbard.card
All,
In messing with the new cards found in 2.0p5, I noticed there is no longer a template available to alter the header or the content of the actual card.
Can someone confirm this is not available, ...
1
vote
0answers
19 views
storyboard_with_task
In storyboard.How can i view all the tasks under each user stories,
with a checkbox beside each task?
something like agilezen?
5
votes
1answer
114 views
Generate a URL to Rally objects using FormattedID?
I would like to write web pages that have links to Rally issues (Test Cases, Defects, etc). I would like to be able to generate a URL with the FormattedID. Is this possible? Or do I really need 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..). ...
1
vote
1answer
38 views
How to expand all items of Rally.ui.tree.Tree in RallyApps SDK2?
I am using the Tree widget to make everything in our TestPlan more accessible. I want all the child folders and test cases to be loaded and expanded in the tree. This is a slow initial load but ...
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
2answers
84 views
WSAPI: Finding the root parent of a story
I have a WSAPI query that returns a number of stories. For each of these stories, I'd like to inspect the "root" parent. So I make the query, and in the "fetch" field I request "Parent".
However, ...
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
77 views
Rally: Java: Unable to add tags to testcases
I wrote a script, about a month ago and it could successfully create tags and add them to testcases. But for past few days the script is unable to add tags to testcases, it is still able to create ...
2
votes
1answer
80 views
RallyRestApi Cannot parse object reference from hierarchicalrequirement
I'm using the Rally.RestApi.dll to create a set of task against a user story (US). The US already exists within rally so I want to create a set of template tasks against this.
Using the following ...
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, ...
