I wanted to use pyral to add tags to defects and I couldn't figure out how to do it
info = dict(test_id="ABC", platform="AAA")
tag1 = rally.create('Tag', dict(Name=info['test_id']))
tag2 = rally.create('Tag', dict(Name=info['platform']))
what's next ?
found an answer here: how to tag a defect using rally Javascript API
anyhow adding it to documentation might help: