Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.07 KB

Requirements Integrator Extension for Visual Studio Team Services

The Gist

This VSTS extension is intended to offer users the ability to import, map and analyze requirements as they relate to a team project.

Features

  • Import requirements from Excel (.xlsx)
  • Manage requirement to work item mapping
  • Display sprint view showing requirements covered by sprint
  • Display traceability matrix, including gaps, for requirements imported and mapped to WIs
  • Restrict import usage to non-CMMI process templates
  • Requirement visualization (visual traceability)
  • Export of requirement information to Excel

Roadmap

  • Support for referencing requirements from Sparx Enterprise Architect
  • Support for referencing requirements from HP ALM

Extensibility API Features Used

  • Extension Data Service (IExtensionDataService, DocumentService)
  • MessageArea Control
  • Grid Control
  • Work Item Tracking HttpClient
  • Core HttpClient
  • Child Dialogs (IHostDialogProvider)

Please see overview for an extended overview, including a walkthrough of how to use the extension.