Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4aa62ce

Browse files
committed
updates to export reports
1 parent 5140f32 commit 4aa62ce

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

docs/programs/export-reports.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
---
2-
title: "Export Reports"
2+
title: "Exporting Reports"
33
path: "/programs/export-reports.html"
44
id: "programs/export-reports"
55
---
66

7-
You can download reports as .CSV files to enable you to quickly generate a spreadsheet of selected reports with key details. The .CSV files don't include the comments. The downloaded file provides the:
7+
You can export your reports as:
8+
* .csv files
9+
* markdown files
10+
* .zip files
11+
12+
You can also export reports through utilizing the API. See these articles from the HackerOne API documentation to learn more:
13+
* https://api.hackerone.com/docs/v1#/reports/read
14+
* https://api.hackerone.com/docs/v1#/reports/query
15+
16+
### Export to .csv Files
17+
You can download reports as .csv files to enable you to quickly generate a spreadsheet of selected reports with key details. The .csv files don't include the comments. The downloaded file provides the:
818

919
* Report ID
1020
* Title
@@ -20,15 +30,31 @@ You can download reports as .CSV files to enable you to quickly generate a sprea
2030
* Time the hacker was awarded with the award
2131
* Security member assigned to the report
2232
* Hacker that submitted the report
23-
* Bounty
33+
* Bounty
2434
* Bonus
2535
* Whether the report is public or private
2636
* Reference
2737
* Reference URL
2838
* Structured scope
2939

30-
To export reports as a .CSV file:
31-
1) Select the check box of the reports you'd like to export in your inbox. You can select as many reports as you'd like.
32-
2) Click the **Download as CSV** link that appears to download the selected reports.
40+
To export reports as a .csv file:
41+
1. Select the check box of the reports you'd like to export in your inbox. You can select as many reports as you'd like.
42+
2. Click the **Download as CSV** link to download the selected reports.
3343

3444
![export-reports](./images/export-reports.png)
45+
46+
### Export to Markdown or .zip Files
47+
To export reports as markdown or .zip files:
48+
1. Select the report you want to export from your inbox.
49+
2. Click <b>Export</b> within the report.
50+
51+
![export-reports-1](./images/export-reports-1.png)
52+
53+
3. Select the type of file you want to export the report as. You can choose from:
54+
55+
Option | Details
56+
------ | -------
57+
View raw text | You can copy and paste details of the report in markdown.
58+
Export as .zip | You can download the complete report including the attachments as a zip archive.
59+
60+
4. <i>(Optional)</i> Select whether you want to <b>include internal activities</b>.
7.72 KB
Loading

0 commit comments

Comments
 (0)