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

Custom HTML page for rally showing backlogs based on a view

I'm trying to create a page that shows backlogs based on specific criteria but when i save or change view it's not automatically updated and I need to refresh the page can anyone help me? I'm new to app development for rally Here is the…
0
votes
4 answers

Ignoring strings in LINQ order by clause c#

I have a collection of strings that are as follows: "[Unfinished] Project task 1" "Some other Piece of work to do" "[Continued] [Unfinished] Project task 1" "Project Task 2" "Random other work to do" "Project 4" "[Continued] [Continued] Project task…
Mr Giggles
  • 2,483
  • 3
  • 22
  • 35
0
votes
1 answer

peer not authenticated - Rally javatoolkit error

I have been using the rally javatoolkit for a while to add testcases, test results etc without any error. But all of a sudden it started throwing error as " javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated" . I have referred the…
Chandan Gupta
  • 95
  • 2
  • 14
0
votes
1 answer

Jenkins Build, Execute Shell Error

I'm trying to trigger a shell command via Jenkins 2.54 on Build. I've had this running in the past but decided to rebuild my mac 'clean' without TimeMachine.. In the background, i'm using a node.js app for building applications in Agile Central…
Cookra
  • 78
  • 8
0
votes
2 answers

How to get started with CA agile rally automation

I'm very eager to know how to automate agile rally without accessibg it from web site. Do we have any table or data bases for rally? Like Quality center (QC) . Can I automate it through VBA ? Do we have any connection string or libraries to make the…
0
votes
1 answer

User login flow for Android app of RALLY

I am using rally Rest API and developing a Rally app.I want to authenticate the user on the basis of Rally Credentials.I have managed to import the rally-rest-api-2.2.1.jar and HTTP jars.I am refering…
Akshay
  • 1,161
  • 1
  • 12
  • 33
0
votes
0 answers

Migrating associated tasks and defects with the user story using python rally API

We want to migrate some user stories from one workspace to another using API. import sys from pyral import Rally, rallyWorkset options = [arg for arg in sys.argv[1:] if arg.startswith('--')] args = [arg for arg in sys.argv[1:] if arg not in…
Darshan Deshmukh
  • 353
  • 1
  • 4
  • 15
0
votes
0 answers

ruby gem - rally_api dependency

If I use gem 'rally_api' it will use version 0.9.8, which will failed to login rally with api_key If I use gem 'rally_api', '~> 1.2', '>= 1.2.1' to install latest version 1.2.1(I mannully install in my local machine), the rake task can work, but…
0
votes
1 answer

Automate Export of Data from Rally

Has anyone done automation of extract/exporting data from Rally. Right now I log into rally and export data manually. I want to be able to automate it. Can you please help me by pointing out to the right links or maybe provide me with some sample…
Subro
  • 33
  • 1
  • 11
0
votes
1 answer

Create User Story using Rally-Node

I'm using Rally's rally-node and I'm not sure how to create a user story to a project. function createUserStory() { console.log("creating user story"); restApi.create({ type: 'user story', data: { Name: 'My…
user3128376
  • 974
  • 6
  • 17
  • 40
0
votes
0 answers

Dump out Rally View as csv

I have created a few views in Rally and would like extract the result of these views in an automated scheduled fashion to a folder in a network share. Then have SQL SSIS process ingest that data to SQL tables to be used by PowerBI visualization on a…
Buju
  • 93
  • 2
  • 9
0
votes
1 answer

Element 'APIKey': This element is not expected - Rally and Jira connector version 4.7.2

I'm running the Rally and Jira Integration tool version 4.7.2 on Ubuntu 14.04 and keep on getting this error: ERROR : Class.initialize - The configuration file is not valid - the errors were: Element 'APIKey': This element is not expected.…
Gee Boss
  • 3
  • 2
0
votes
1 answer

Unable to cast object of type 'Rally.RestApi.RallyRestApi' to type 'System.IDisposable'

I am using Rally Web API, I am authenticating Rally web API class below : public class FetchRally { RallyRestApi restApi; public FetchRally() { restApi = new RallyRestApi(webServiceVersion: "v2.0"); …
Developer
  • 876
  • 5
  • 18
  • 44
0
votes
1 answer

Updating the parent via rally API

I have more than 1000 projects which are in closed state under one of our work space. I got that data from - https://rally1.rallydev.com/slm/webservice/1.29/subscription?fetch=Workspaces,Name,Projects,State We want to update the "Parent" for the…
Darshan Deshmukh
  • 353
  • 1
  • 4
  • 15
0
votes
1 answer

Using the Rally API to pull user profile

I am trying to use the Rally web service API to get some data. Code as blow. On IE it will pop out a login window, after entry login name and password, I am about to get some data. But when I use chrome, it response 401, not sure what I missing. I…
T_T_T
  • 3
  • 1
1 2 3
99
100