Exporting Issues using CodeScan-Export Tool
  • 14 Apr 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Exporting Issues using CodeScan-Export Tool

  • Dark
    Light
  • PDF

Article Summary

This guide will walk you through the steps necessary to export a .CSV report of your project's issues.

Requirements:

The plug-in can be used by simply calling it from the CLI and feeding it with the required parameters.

Enter the following command to see a list of options.

codescan-export -h

Example, usage of the plugin to pull all issues:

codescan-export MyOrganizationKey MyProjectKey --token=MyToken -f C:/MyDirectory/MyFileName.csv

Example, usage of the plugin to pull all issues with the severity of blocker or critical:

codescan-export MyOrganizationKey MyProjectKey --token=MyToken --types=BUG --severities=BLOCKER,CRITICAL -f C:/MyDirectory/MyFileName.csv

Was this article helpful?