Inspection results can be used to assign work items to different developers:
you can copy or export a code issue or a group of issues and submit the copy to an issue tracker.
Both Inspection Results and
Errors in Solution windows allow
copying individual entries or custom selections of entries to the clipboard
as well as exporting them into text, HTML, or XML files.
The copied issue information include names of project and solution, file name and line number as well as the description of the issue. For example:
Solution MySolution.sln
Project MyProject
MyProject\About.aspx.cs:2 Using directive is not required by the code and can be safely removed
- Select one or more code issues, or issue groups in the Inspection Results or Errors in Solution window.
- Right-click on the selection and choose Copy in the context menu.
-
Paste the copied issues where appropriate.
- Open code inspection results in the Inspection Results or Errors in Solution window.
-
Click Export
on the toolbar
to export the data currently displayed in the window in text format,
or use the drop-down selector to export the data in XML or HTML format.
The
Export Data dialog box that appears,
will help you to save the data to a file or copy it to the clipboard.

