Questions tagged [code-rally]

81 questions
0
votes
1 answer

how to add bulk users to existing rally project under different workspace?

we are migrating project from one work space to another work space ,we want to add users to particular projects.I tried through UI we can add only single user at once or we need to copy users from different project under same work space but in my…
sharan
  • 63
  • 1
  • 10
0
votes
2 answers

Java Rally api lookback api authentication

getting the exception com.rallydev.lookback.LookbackException: Authorization failed, check username and password I've API key also. but I dont how to use with lookback api Below is my code LookbackApi lookback = new LookbackApi() …
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

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

Unable to join race on local server

I installed the code rally server following th guide on IBM. It runs, I can access the server information page and see the leaderboard. But when I try to enter with Eclipse I get a "Unable to enter Keepertje on Localhost" I also try to connect with…
0
votes
1 answer

Code Rally tournament

I would like to make a Code Rally tournament, similar to the tournaments that were possible in old IBM games running on Eclipse (Code Rally, Code Invaders and Code Ruller). I found a page on IBM developerWorks, back from 2013, saying that this…
jpleal
  • 161
  • 7
0
votes
1 answer

Cannot run a car locally on Code Rally beta (1.5?)

I installed the latest beta version of Code Rally, following the instructions on IBM developers site. I believe this is a beta of version 1.5, but there is no indication on the page and downloads of previous stable versions are not available either.…
jpleal
  • 161
  • 7
0
votes
1 answer

No OATH login window with codingrally

Today I have tried to set up codingrally in my eclipse but i fail when I try to join a race with my car. In the server menu, i can log to every servers with any random name I pick and it says i'm successfully logged in. I don't have any oath login…
rilent
  • 659
  • 1
  • 6
  • 22
0
votes
1 answer

Trying to get the Iteration name of the current Iteration

Am trying to get the Iteration Name of the current sprint, So i queried like this, but am getting no results. String projectRef = "/project/6376838384"; QueryRequest iterationRequest = new QueryRequest("Iteration"); …
prabhakar Reddy G
  • 1,039
  • 3
  • 12
  • 23
0
votes
1 answer

I have a test case in rally. I want to get the name of test folder in which test case exist using java API

I tried getting the test case as json object. It will have Test folder information as a uri. How can I get the name of that test folder without hitting this uri again. When I hit the URI it gives me the TFxxx, This is what I need directly.. I tried…
0
votes
1 answer

Heirachical grid group by features and userstotries ,subuserstories and task

I have rally data in which userstories is associated with features. I want to show heirarchical features and usetstories ,subuserstories and tasks up to n level. Is it possible to do ? eg. feature1 - userstory 1 - subuserstory1 - …
Jay
  • 41
  • 5
0
votes
1 answer

Code-Rally Enter Race always Fails

I can't enter a race, I always get an error saying "Unable to enter on " Is there an place where I can get any log info? Any other sugestion?
0
votes
1 answer

Checking account registration details

Within the InfoQ or IBM CodeRally pages, is there a way to check / reconfirm the account details entered during registration process? Having used Google OAUTH, can one also provide twitter OAUTH details?
Abhi
  • 93
  • 4
0
votes
1 answer

Code Rally Login Not Working

For starters, I am on Ubuntu 14.04. When I try to connect my username to the server and it asks for logging in with social network, I am unable to do so. For "Login With Facebook", the page ends up going to facebook and a pop up displays saying: App…
Rohit
  • 300
  • 1
  • 11
0
votes
1 answer

Code Rally Login Error

I am getting an error saying I am not logged in to the server when attempting to submit my vehicle to the http://challenge-na.coderallycloud.com contest server. When I bring up the server list it shows that I am Online and logged in using my…