Retrieve User Stories and associated Test Cases with it
问题 I am using Rally excel add-in and trying to retrieve User Stories and associated Test Cases. I added additional column to the report "User Story" to retrieve TestCase.Name and also tried TestCase.FormattedID. In both cases I receive empty column. What am I doing wrong? Also there is a column "Number of Test Cases" that also always returns nothing. 回答1: Here is a custom app that builds a grid of user stories and associated test cases. Looks like this is the data you want to display: The code