6

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', apikey="valid api key", workspace='MY-WORKSPACE', project='DT-CROWD')

Am so sure and double checked that the project exists, in fact it was working when am using pyral 1.1.1 with python 3.5.2

Currently am using python 3.5.2 and pyral 1.2.0

Please let me know, where am going wrong.

user2738882
  • 1,161
  • 1
  • 20
  • 38
prabhakar Reddy G
  • 1,039
  • 3
  • 12
  • 23
  • There is an open issue here: https://github.com/RallyTools/RallyRestToolkitForPython/issues/91 – nickm Oct 17 '16 at 17:25

1 Answers1

0

Now you can use it with:

rally=Rally(server='rally1.rallydev.com', apikey="valid api key", workspace='MY-WORKSPACE', project='DT-CROWD', projectScopeDown=True)
user2738882
  • 1,161
  • 1
  • 20
  • 38