# Exporting Issues using CodeScan-Export Tool

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

#### Requirements <a href="#requirements" id="requirements"></a>

1. A Bash terminal (such as Git Bash)
2. The [codescan-export tool](https://www.npmjs.com/package/codescan-export) (This can be acquired through Node.JS or git)
3. Your CodeScan credentials:
   * [Organization Key](https://knowledgebase.autorabit.com/codescan/docs/finding-your-organization-keys)
   * [Project Key](https://knowledgebase.autorabit.com/codescan/docs/finding-your-project-key)
   * [Security Token](https://knowledgebase.autorabit.com/codescan/docs/generate-a-security-token)

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:**

{% code overflow="wrap" fullWidth="false" %}

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

{% endcode %}

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

{% code overflow="wrap" %}

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

{% endcode %}

**The following video will provide you with step-by-step instructions for exporting issues:**

{% file src="<https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2FOo1lMxPtF5Rlgko3MFTu%2FCodescan_exporttool.mp4?alt=media&token=2713f3c2-a3bb-4cf4-9f94-19ad64c177cb>" %}
