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 field handlers syntax when using the Jira/Rally Connector

I am working on a Jira/Rally (CA Agile Central) integration and can get a basic sync to work, however some fields require a more complex transformation when syncing them between Jira and Rally. For this I can see that the CA Agile Connector…
oarevalo
  • 3,298
  • 1
  • 22
  • 19
0
votes
1 answer

How to delete changset from user story model using WS API?

Is their way to delete changsets from user story model using WS API. for one of my user story i have not related changset links i have delete it.
sharan
  • 63
  • 1
  • 10
0
votes
0 answers

Rally Milestones Report

I have a 'Milestone Status' Rally view with below columns and want to extract the same in excel format. There are two Rally Workspaces created (say A and B), There is one 'feature' created in one Rally workspace (A); however the LINKED user stories,…
user8451170
0
votes
0 answers

Updating a test case result in Rally using javascript rally node module

I'm trying to update a test case result in Rally using the node module "rally" (https://github.com/RallyTools/rally-node/wiki/User-Guide) This is the method i'm using: rally.update({ ref:…
Liquidice
  • 175
  • 1
  • 11
0
votes
1 answer

How to add multiple values to a multi value drop down field in Rally using python and pyral

I'm trying to update a multi value drop down list field (custom field) in Rally using python2.7 and pyral (v 1.3.2). I can add a single value to the field like this: >>> update_data = {'FormattedID' : 'US58848', 'c_MapProfile' : {'ObjectID' :…
0
votes
1 answer

How to integrate Rally Rest Api with Java?

Currently i'm integrating Rally Rest Service into my Java Project. But when i try to connect Rally, getting below error org.apache.http.conn.HttpHostConnectException: Connection to https://rally1.rallydev.com refused. Could you please any one help…
user4138991
0
votes
1 answer

CA Agile Excel Add In

I m QA guy, we recently migrated to Rally and we have some hard time in creating test case in Rally as it is time consuming work so thought of using the Excel Add In for Rally. I have installed the Add In but I m not able to connect to Rally via the…
Sathish
  • 11
0
votes
1 answer

Rally combobox doesn't work on click

I want to create combobox listing all the PortfolioItem/Feature filtered by Name. Here is my code Ext.define('Rally.Dashboard', { extend: 'Rally.app.App', launch: function () { if…
Peter
  • 13
  • 1
0
votes
1 answer

Unable to create Custom (Virtual) fields in 'rallytreegrid' but can in 'rallygrid'

If I use a 'rallygrid' I can create custom columns like the below: xtype: 'rallygrid', columnCfgs: [ 'FormattedID', 'Name', { text: 'Custom Value', renderer: function(value, meta, record) { return…
user1910714
  • 109
  • 8
0
votes
1 answer

"&" causes: pyral.context.RallyRESTAPIError: Specified workspace either does not exist or the user does not have permission to access that workspace

I'm using pyral to connect to our Rally instance, and I keep running into this error with two specific Workspaces. An AJAX call is made to a PHP function, which calls: exec('/usr/bin/python query.py --rallyWorkspace="'.$data['workspace'].'"…
DanTheMan
  • 556
  • 2
  • 7
  • 21
0
votes
1 answer

java rally api , not able to create testset in specific iteration and release , getting created in unscheduled iteration

JsonObject newTS = new JsonObject(); newTS.addProperty("Workspace", "/workspace/25194919975"); newTS.addProperty("Name", "name"); newTS.addProperty("Project", "/project/81223493876"); newTS.addProperty("Tags",…
bhamo02
  • 11
0
votes
1 answer

Rally Web Services REST API - Ruby Toolkit

I'm trying to update the Project an artifact belongs to. I am not getting any errors but the artifact's Project does not change. I can successfully change the artifact's notes, name, and other attributes, but not Project. I'm not sure if I'm…
Kay E
  • 33
  • 2
0
votes
1 answer

Could not find a version that satisfies the requirement pbr!=2.1.0,>=2.0.0 (from tempest==16.0.1.dev178)

I just followed the openstack rally quick start guide to create a tempest verifier with Rally v0.9.1 in an Openstack Ocata/stable deployment. The command failed: (rally-15.1.2) root@infra1-utility-container-f31faeb0:~/.rally/verification# rally…
baoyun30
  • 1
  • 3
0
votes
0 answers

how to login to rally1.rallydev.com for the very first time?

For the first time how we can login to https://rally1.rallydev.com/slm/login.op I have googled it, but not getting any exact steps
0
votes
0 answers

User stories and associated test cases filtered by Projects (not by Iteration)

I am trying to extract test cases belonging to a set of user stories, but I need to filter them by Projects, and not by Iterations or Release. Is there a way to filter them this way?
1 2 3
99
100