How to add Tags to a TestCase in Rally using Rally's JAVA API?
I have been struggling with adding a tag to a testcase in Rally. The tag is already present in the Tags collection. But I cannot add it to a testcase. Can some provide an example about how to do this? Thanks a lot. Here's an example of how to do this - the example shows both adding Tags to an existing Test Case, as well as creating a new Test Case and adding Tags to the new one. public class RestExample_AddTagsToTestCase { public static void main(String[] args) throws URISyntaxException, IOException { // Create and configure a new instance of RallyRestApi // Connection parameters String