Questions tagged [rally]

Technical questions about coding to Rally Software's various APIs including the App SDK, various rest toolkits (Ruby, .NET, node.js, Java, etc.), and Web Service API.

Helpful Links for Extending CA Agile Central's Platform

For non-developer questions, please use the CA Agile Central help site

Visit Developer Portal to get started!

1997 questions
4
votes
1 answer

Rally Chart with Black Background

I see a couple questions out there like this: Rally Standard Report charts with a black background, where people want to be able to change the background color of the charts. Has anyone figured out how to set the theme for the highcharts rendering?…
amcolosk
  • 220
  • 1
  • 8
4
votes
1 answer

WSAPI Max Page Size

It would really be nice if the WSAPI allowed for a larger maximum page size. There are many instances where I am pulling several thousand work items, and I am only in need of one field in the record. Having to pull the records 200 at a time means…
Conner Reeves
  • 1,381
  • 8
  • 13
4
votes
1 answer

Rally Rest API....add defect to defect suite

I've done some research on this topic, but haven't found anything useful. I need to add an existing defect to an existing defect suite using the Rally rest API. Does anybody know how to do this? I've tried a number of things, none of which…
4
votes
2 answers

Updating a chart with new data in App SDK 2.0

I am using a chart to visualize data in a TimeboxScopedApp, and I want to update the data when scope changes. The more brute-force approach of using remove() then redrawing the chart as described here leaves me with an overlaid "Loading..." mask,…
4
votes
1 answer

Difference between record.data and record.raw

I have found as I am developing extjs applications (rally applications) that sometimes the data I need from a record is in record.raw and not in record.data. What is the difference between the two, and why might this be the case? EDIT - adding…
Tore
  • 1,236
  • 2
  • 11
  • 21
4
votes
2 answers

How do I use the LookbackAPI for burnup charts?

I need a good example of using the LookbackAPI to get the data for a burn up chart. I see some limited questions and responses on the API but no examples on how I would use it to do so. I need to get the current scope on story points and story…
4
votes
2 answers

Deleted tasks are being retrieved using the query .net Rest API

I just deleted a task using the Rally website, but when a search for task using the REST API it doesn't return it. I assumed that it should return with the flag "Recycled". Can anybody help me? Regards, Paulo
4
votes
2 answers

'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 been modified since being read for update in…
April Papajohn
  • 397
  • 3
  • 10
4
votes
1 answer

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 restApi, String TSName, String points)throws…
4
votes
1 answer

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. Does the API support retrieving attachments?
4
votes
1 answer

How to add Tags to a TestCase in Rally using Rally's JAVA API?

I have been struggling with adding a tag to a testcase in Rally. The tag is already present in the Tags collection. But I cannot add it to a testcase. Can some provide an example about how to do this? Thanks a lot.
hariszhr
  • 409
  • 2
  • 14
3
votes
1 answer

How to set custom WebLink field value when submit a defect by Rally rest .net api?

I've configured a custom weblink field for defect in Rally. And i would like to use Rally rest .net api to submit new defect with value of custom weblink field accordingly to Rally. Unluckily that weblink instance needs LinkID and DisplayString…
Triet Pham
  • 87
  • 6
3
votes
1 answer

How to show Owner of Defect in Rally

I'm using /apps/1.29/sdk.js for the custom app. And I can get fields like "FormattedID" , "State", but I can not get the "Owner" printed out. Can you advise? thanks! table.setCell(i, 5, '' + defect.Owner.LoginName + '' + defect.Owner.DisplayName); …
3
votes
2 answers

Iteration Burndown chart for a specific user

I have a request to make an Iteration Burndown chart per user. Currently I am displaying the Iteration Burndown for the project as a whole in a html file that I made. How can I filter the rallydatasource to show only items from a specific user id or…
3
votes
2 answers

Need default Rally Kanban application to only display current iteration

I need to modify the default Rally Kanban application to only display a chosen iteration. I put in a query iteration drop-down and then added : //Build query based on iteration dropdown cardboardConfig.query =…
Dax
  • 125
  • 6