We have an existing Traceability Matrix in Excel that has columns like:
- Project
- Business Rule Group
- Requirement ID
- Business Rule
- Type
etc, etc
I would like to stay DRY (don't repeat yourself) in the sense that when we create a new requirement in this Excel spreadsheet...that its Requirement ID will propogate into and throughout TFS as needed. It seems counterintuitive/odd that we would ever need to re-enter this Requirement ID value in TFS.
Am I off base or is this perfectly doable? I recently watched this Microsoft TFS webcast. While informative, it did not address this fundamental question.
I then envision the creation of TFS Work Items that are tied to one or more Requirement IDs. This would extend and close the forward/backward traceability from our Traceability Matrix in Excel, into TFS Work Items, throughout subsequent feature requests/use cases/unit tests/source code/etc, and back again.
Thanks!