Questions tagged [agile-central]

Technical questions about coding to CA Agile Central's various APIs including the App SDK, Rest Toolkits (Ruby, .NET, Java, Node.js, etc.), and the Web Service API.

Helpful Links for Extending CA Agile Central's Platform:

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

7 questions
6
votes
2 answers

Using the Rally REST API, how can I get the non-API (website) URL for a user story?

I'm using the Rally REST API to integrate user story data from Rally into another application. I have no trouble retrieving the user story data from Rally, however, I would like to provide a hyperlink for the users of the other application to click…
TJB
  • 63
  • 1
  • 4
3
votes
1 answer

How to create a Task belonging to an Iteration using Rally Api and .NET

I am new to the Rally API and just having some trouble creating a Task using the Rally.RestApi library. I need to create a Task (using .NET) and associate it with a User Story (in which the User Story belongs to a certain Iteration). Do I have to…
robnardo
  • 921
  • 11
  • 27
2
votes
1 answer

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 but when I try to edit one of the fields in the…
Conner Reeves
  • 1,381
  • 8
  • 13
2
votes
2 answers

Rally App2.0 - Retrieve a specific story

I am getting the hang of 2.0, but a bit stuck on something that seems simple. Basically, I have created a new app for my team to use (thanks all for the help). I thought it would be cool to have a way I could add messages to the dashboard. I…
user1537867
  • 351
  • 2
  • 9
1
vote
1 answer

Using RallyRestToolkitFor.NET how to assign a release to hierarchicalrequirement?

I am a newbie and need help with assigning a release to hierarchicalrequirement using Rally REST Toolkit for .NET. I am able to update a lot of fields but having issues with chaning Release field. I tried the following: ... restApi = new…
KG1
  • 25
  • 1
  • 4
1
vote
1 answer

how to get more than 200 results for a single query in Rally WSAPI

Is there a way to increase the pageSize per AJAX call to webservice API in Rally.I need to display the task count per team member in a given project.I can do it my making continuous AJAX calls to retreive the tasks per team member.Suppose if there…
1
vote
1 answer

SDK 2.0p3 seems to have issues with IE9

I just discovered even my simplest 2.0 app fails with IE. This works fine with 2.0 or 2.0p2, but in IE it fails with SCRIPT5007: Unable to get value of the property 'length': object is null or undefined sdk-debug.js, line 43756 character 13 This…
kimon
  • 2,481
  • 2
  • 23
  • 33