RallyTools / RallyRestToolkitForRuby

A toolkit wrapping Rally's REST webservice for Ruby
MIT License
47 stars 32 forks source link

Tag should be a queryable type #9

Closed jmartin-rally closed 11 years ago

jmartin-rally commented 11 years ago

I don't want to create a tag if it already exists, but I can't seem to query for tag by name. I get this:

Errors making Rally Query: ["Object Type Tag is not query-able: inspect RallyRestJson.rally_objects for allowed types"]

dawsmith8 commented 11 years ago

Can you try 0.9.2? You shouldn't have the problem there - I made some changes going to 0.9.0 to remove that type checking and just let the wsapi do it.

jmartin-rally commented 11 years ago

Thanks. I should always check the version number.