doc/user/project/issues/csv_export.md
{{< details >}}
{{< /details >}}
{{< history >}}
IID, Type, Start Date, and Parent IID columns added in GitLab 18.4.{{< /history >}}
You can export issues from GitLab to a plain-text CSV (comma-separated values) file. The CSV file is attached to an email, and sent to your default notification email address.
<!-- vale gitlab_base.Spelling = NO -->CSV files can be used with any plotter or spreadsheet-based program, like Microsoft Excel, OpenOffice Calc, or Google Sheets. Use a CSV list of issues to:
<!-- vale gitlab_base.Spelling = YES -->You can export issues from individual projects, but not groups.
Prerequisites:
All matching issues are exported, including those not shown on the first page. The exported CSV does not contain attachments from issues.
The CSV file has this format:
") if needed.[!note] For information about CSV parsing requirements that can affect how exported files display when viewed in GitLab, see CSV parsing considerations.
The following columns are included in the CSV file.
| Column | Description |
|---|---|
| ID | Issue id |
| IID | Issue iid |
| Title | Issue title |
| Description | Issue description |
| Type | Issue type |
| URL | A link to the issue on GitLab |
| State | Open or Closed |
| Confidential | Yes or No |
| Locked | Yes or No |
| Milestone | Title of the issue milestone |
| Labels | Labels, separated by commas |
| Author | Full name of the issue author |
| Author Username | Username of the author, with the @ symbol omitted |
| Assignee | Full name of the issue assignee |
| Assignee Username | Username of the assignee, with the @ symbol omitted |
| Created At (UTC) | Formatted as YYYY-MM-DD HH:MM:SS |
| Updated At (UTC) | Formatted as YYYY-MM-DD HH:MM:SS |
| Closed At (UTC) | Formatted as YYYY-MM-DD HH:MM:SS |
| Due Date | Formatted as YYYY-MM-DD |
| Start Date | Formatted as YYYY-MM-DD |
| Parent ID | ID of the parent |
| Parent IID | IID of the parent |
| Parent Title | Title of the parent |
| Time Estimate | Time estimate in seconds |
| Time Spent | Time spent in seconds |
| Weight | Issue weight |
When working with exported issues, you might encounter the following issues.
Issues are sent as an email attachment, with a 15 MB export limit to ensure successful delivery across a range of email providers. If you reach the limit, narrow your search before export. For example, consider exporting open and closed issues separately.