Technical questions about coding to Rally Software's various APIs including the App SDK, Ruby & .NET APIs, and Web Service API.
1
vote
1answer
74 views
Rally Subversion Connector not robust at finding artifacts
Some of our engineers are finding that the Rally-Subversion connector does not do a very good job of finding artifacts in the commit message, for example if they are followed by a colon (e.g. DE2222:)
...
1
vote
2answers
65 views
Rally: Output from query to a file
Sorry, new to Rally coding, java, etc. I need to have a query showing tasks that are open output to a file so I can put it directly into somthing like OneNote. I have the sample code to get the ...
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 ...
3
votes
1answer
167 views
Add More than 200 Test Cases to Test Set Using Java Rally Rest API
Using Following Code I am able to add test cases in to newly created test set in RALLY.
But it add only first 200 test cases from the Test case list.
private static String createTestSet(RallyRestApi ...
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 ...
0
votes
2answers
189 views
How to handle Html tags in string - when displayed in MVC page
So I'm retrieving data from the Rally web service and the description field contains html tags.
My MVC page looks like this:
<table width="100%" id="stories">
<tr>
...
2
votes
2answers
199 views
Cannot create/update a Rally TestCaseResult with a reference to a specified TestSet
With Rally, I need to
Update a TestCaseResult with a new TestSet Ref.
OR
Create a new TestCaseResult by copying everything from a previous TestCaseResult and just changing the TestSet ...
1
vote
1answer
209 views
Rally APIs: How to Move A Test Folder
I've worked with the script outlined in the following answer:
Rally APIs: How to copy Test Folder and member Test Cases
and it's handy, but what I really want to do is to move an entire Test Folder ...
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
127 views
Rally .NET Rest API - Request pagesize vs limit?
Pulling back user stories from the Rally web service v1.39 (using the .NET Rest API) - I thought that setting the pagesize value would actually limit the number of records in the results collection. ...
0
votes
1answer
71 views
1
vote
1answer
88 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 ...
0
votes
1answer
54 views
LookbackAPI: How long to wait for schema changes?
We added a new field to our UserStories yesterday. When I do a query for stories with the LookbackAPI and set fields = true, I see our old custom fields, but not the new one we just added.
How long ...
3
votes
1answer
63 views
Rally SDK 2.0 Is there a way to get the Kanban state change date
Trying to retrieve the Kanban state change date for a User Story. So for each Kanban state the day it occurred. Is there an object or attribute that contains that information?
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: ...
2
votes
2answers
163 views
Rally: getting the total story points, task hours, etc
I am utilizing the Rally 2.0p4 API and attempting to aggregate the data to get a list of iterations with sums of the story points per iteration. The only way I have found at present to do this is just ...
0
votes
1answer
67 views
Rally: How to add more testcases to a testset
I am in a situation where there are already some testcases associated to a testset and I want to add more testcases to that testset. Looking at WSAPI, I can only add a collection of testcases to a ...
3
votes
1answer
72 views
Rank value on stories
When calling the Rally WSDL API I receive very large numbers for the "Rank" field, e.g. 500000011520, but I would like the get the rank in the backlog, e.g. #1. Does anyone know how I can find or ...
1
vote
2answers
46 views
LookbackAPI: When did user stories become unblocked?
I'm running the following query to the lookback API to find stories in a date range that were unblocked, but I'm getting no results. Am I missing something obvious? No errors, warnings or results ...
1
vote
2answers
56 views
Rally Kanban for Logged In Owner
I'm new to Rally's SDK. I'm trying to create a Kanban board that only shows the cards where the owner field = the person who's logged in (i.e. a My Kanban Board). What code should I add and where ...
2
votes
1answer
480 views
Gettting started with Rally REST webservice API
Was after some help on getting started with calling the Rally REST webservice from a .NET MVC webclient.
I've been given the web service info here:
https://rally1.rallydev.com/slm/doc/webservice/
...
0
votes
1answer
72 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
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 ...
0
votes
1answer
77 views
rally : how to get “description” attribute of a testcase from testcaseresult
I am querying for a testcaseresult and I want to print the "name" and "description" attributes of testcase, this testcaseresult belongs to. So I am using the following code to make a query.
var ...
2
votes
1answer
49 views
BlockedReason shows up empty
What might I be missing in this example where I enhanced this simple app with a "Blocked" and "BlockedReason"? No BlockedReason manifests on the grid even though I have such data.
...
2
votes
2answers
153 views
Rally API: Adding Users to a Project
I'm new to the Rally world and am struggling through how to use the RallyRestAPI. There are a number of examples of how to query Rally to get back pertinent information that I have found most helpful. ...
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
2answers
382 views
Rally APIs: How to copy Test Folder and member Test Cases
This question was asked by a different user earlier:
Copying Test Cases and Test Folder using Rally Python or Ruby API [closed]
but closed by moderators as being an overly broad question. However, ...
1
vote
1answer
154 views
rally: How to get a dropdown updated automatically after I change another dropdown menu?
I am trying to setup two dropdown menus. The values in one depend on the current value of the other. How do I link them in a way that when i changed the selected value in one drop down menu, it ...
0
votes
1answer
119 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
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
0answers
47 views
Rally Integration with Subversion both ways
I see from the link Rally Integration with Subversion that Any update on check-ins will get updated to Rally. But is there a way to get this done in reverse way. What I want to ask is If i create a ...
1
vote
1answer
119 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
1answer
88 views
Require rally rest api jar built with java 5
I need rally-rest-api-1.0.2.jar which is built on JAVA 5? Does Rally provide this or do we need to build one ?
Thanks!!
1
vote
1answer
228 views
Create a custom template for a user story in Rallydev
Is there a way to create a pre-populated notes field when creating a user story in Rally? I want to define a standard format for my team to use and they would just need to fill in the requested ...
3
votes
1answer
112 views
Retrieving Attachments from RallyDev
Is there a way to retrieve ALL of the attachments from Rally? All of the export options in Rally appear to export only data, not the attachments. I want to be able to export attachments as well.
...
1
vote
1answer
186 views
Rally web service API: Retrieve Test Cases base on Iteration or WorkProduct attributes
I try to retrieve test cases from rally using XML URL such as
https://rally1.rallydev.com/slm/webservice/1.37/testcase?query = ...
I want to retrieve only test cases of WorkProducts those are ...
1
vote
1answer
114 views
How can I query all userstories in all projects?
I want to get all userstores regardless their projects. can this be done in one query?
I have a recursive logic and looping over projects, for each project doing this logic can't work for me as some ...
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 ...
1
vote
1answer
136 views
Updating a testset in Rally using java Rally Rest API
QueryRequest allreleases = new QueryRequest("release");
allreleases.setQueryFilter(new QueryFilter("project", "=", project_ref));
QueryResponse resp = restApi.query(allreleases);
...
1
vote
1answer
27 views
How to turn the Time Spent field visible on other pages besides Task Detail?
Is it possible to add the "Time Spent" field to other pages besides the Task Detail page?
Like showing it on the Iteration Status page, for example.
Thanks!
0
votes
1answer
86 views
How to delete Rally workspacepermission using REST API?
Can anybody please explain how to pass reference strings for Delete actions of WorkspacePermission? I tried below,
`DeleteRequest delete = new ...
1
vote
1answer
64 views
Daily Hours Burned Status Report For All The Tasks In An Iteration: Filtering By People
I am a new born baby as far as Rally is concerned.I am desperately in need of a solution for a requirement in rally Custom Page coding.
The requirement is as follows:
A report kind of page needed. ...
0
votes
1answer
89 views
Lookback API: How long is a defect in a particular state?
We have a state in our defects called "Need More Information". I would like to create a graph over time of how many defects are in that state at any particular period of time.
I think I can get the ...
0
votes
1answer
131 views
Rally .NET REST API with windows (desktop) application, reference issue
I am trying to use the Rally REST API in my windows (desktop) application. I have added a reference and it allowed me to use functions. But, I am having an issue when I compile it, it says there is ...
2
votes
0answers
187 views
Copying Test Cases and Test Folder using Rally Python or Ruby API [closed]
Is it possible to do this:
Copy a test folder with testcases to another new folder
1
vote
1answer
104 views
Multi-clause AND query not working when there are more than two AND clauses
I created a custom app for my company, and the query works fine as long as there are only two fields in it, once a third one is added, it returns no records:
For reference, I am querying STORIES and ...

