It appears that, unless you are using your default Project, you must use the Name of the Project when creating an object. Is that true? Couldn't find_project() use the ObjectID or other identifiers in addition to Name?
|
def find_project(workspace_object, project_name) |
It appears that, unless you are using your default Project, you must use the Name of the Project when creating an object. Is that true? Couldn't
find_project()use the ObjectID or other identifiers in addition to Name?RallyRestToolkitForRuby/lib/rally_api/rally_rest_json.rb
Line 149 in a091616