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
25
votes
1 answer

Using Rally SDK2 seems to have trouble with opening a new window/tab with a _blank tag

If I create a custom HTML page in Rally with straight HTML and a link to a story to open in another window, clicking the link takes me to the details page of the story properly. But if I wrap the same HTML in the SDK2, I get sent to an almost blank…
curmudgeon
  • 592
  • 5
  • 16
16
votes
3 answers

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 objectID? For…
Walter
  • 175
  • 1
  • 6
7
votes
1 answer

Extracting Rally Defect Discussion using the Java Rally Rest API

I am attempting to create a simple Java script which will connect to Rally, fetch all of the defects and return the defect details including the discussion as a Java object. The problem here is that the Discussion is returned as what I believe is a…
jesric1029
  • 698
  • 3
  • 10
  • 33
7
votes
2 answers

Using the Rally Rest API for CRUD operations

At my company, we recently started using Rally for our project management tool. Initially, someone external to our team invested a lot of time manually creating iterations using a naming convention that is just not going to jive with our team's…
envigo
  • 73
  • 5
7
votes
3 answers

Rally: How to generate an API Key?

I'm trying to follow the Java example on GitHub for using the RallyRestApi in java. The first line of code creates a RallyRestApi object using two parameters. The first is the server, but I cannot figure out how to generate an 'apiKey'. Can…
Bill Spens
  • 73
  • 1
  • 4
7
votes
1 answer

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, but there is no scroll bar in the window or the…
Anders Martinson
  • 353
  • 1
  • 2
  • 9
7
votes
1 answer

Greasemonkey script only runs when page is reloaded

I am working on a Greasemonkey script to turn some text into links on a a Rally page. The script works fine only when I reload the page. If I navigate to the page in any manner (links, browser forward/back) the script does not run, despite the…
neilw
  • 475
  • 6
  • 15
6
votes
1 answer

the current Workspace |ABC| does not contain a Project that matches the current setting of the Project: None

Am trying to connect to Rally API through pyral, but am getting "the current Workspace |ABC| does not contain a Project that matches the current setting of the Project: None" Here is my command : rally=Rally(server='rally1.rallydev.com',…
prabhakar Reddy G
  • 1,039
  • 3
  • 12
  • 23
6
votes
1 answer

SDK 2.0 - Schema takes exceptionally long time to load

I have been working to convert some of my previous apps to the new 2.0 SDK and have been running into some problems during initialization. I see that the SDK is now loading a schema for the various data models when the page loads, and while this…
Conner Reeves
  • 1,381
  • 8
  • 13
6
votes
1 answer

Getting 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/ So I can see that I can use a URL to access…
Jen
  • 1,964
  • 9
  • 33
  • 59
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
5
votes
1 answer

Unable to update user story in Rally via Java API

I have an user story in Rally which has a feature set as parent. I want to update the parent artifact via Java API to another user story. However I am getting a validation error while doing so i.e. Validation error:…
Saikat
  • 14,222
  • 20
  • 104
  • 125
5
votes
1 answer

Convert Rally user stories into tasks

I had a user that created a bunch of 'stories' in rally when they really should of been tasks. Is there a way to convert user stories into tasks in Rally? I've searched through Rally's help site but it doesn't appear to offer an answer.
Tony
  • 8,681
  • 7
  • 36
  • 55
5
votes
2 answers

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 fields.
user1784201
  • 51
  • 1
  • 3
5
votes
3 answers

Rally: Java Rest Api: Limit on results returned?

Is there a limit on the number/size of results returned? For example, I queried for all defects and got 185 back, when the real number is above 600. Is there a way I can detect if the query couldn't get all the results? Edit: It looks like I'm…
edwin.greene
  • 139
  • 3
  • 9
1
2 3
99 100