How to get a listing of all requirements implemented in a sprint?
We're using RRC in combination with RTC, which I'm still getting used to after a long period only using RTC on its own. I've set up a (obviously simple) query which returns all the tasks that are planned for the current sprint. I was wondering if there's a way to modify this to return all the RRC requirements IDs which are implemented in the current sprint?
It doesn't seem immediately obvious. I'm happy to try the REST api, if it isn't possible in the Eclipse or web client.
Accepted answer
Depending on exactly what you want to see, you should be able to write a query using linked data to get this. A perhaps too simple example would be that you could select all CCM items planned for the current sprint, then go into the column display for the query and add a column. In the dialog that pops up, be sure to select the "Show links" checkbox (to see the additional options) and then select "Implements Requirement". Not sure if this will get you the IDs or the description (I don't have a server handy with the necessary linked data in it). Give that a shot and let us know if that gets you closer.