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 ?