Export issues to Excel and/or generate PDF #2260

Closed
opened 2025-11-02 04:30:01 -06:00 by GiteaMirror · 10 comments
Owner

Originally created by @fiLLLip on GitHub (Aug 28, 2018).

  • Gitea version (or commit ref):
    1.5.0
  • Git version:
    2.17.0.windows.1
  • Operating system:
    Windows Server 2012 R2
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:
    Not applicable

Description

I use the issue tracker to track issues reported from a client. Now the client wanted the issue list with statuses (and comments) exported to a Excel file or PDF.
I then have three feature requests:

  • Export issue list based on current filter to Excel
  • Export all issues with comments based on current filter to PDF
  • Export current issue with comments to PDF

Screenshots

Not applicable

Originally created by @fiLLLip on GitHub (Aug 28, 2018). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.5.0 - Git version: 2.17.0.windows.1 - Operating system: Windows Server 2012 R2 - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: Not applicable ## Description I use the issue tracker to track issues reported from a client. Now the client wanted the issue list with statuses (and comments) exported to a Excel file or PDF. I then have three feature requests: - Export issue list based on current filter to Excel - Export all issues with comments based on current filter to PDF - Export current issue with comments to PDF ## Screenshots Not applicable <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the type/featureissue/confirmed labels 2025-11-02 04:30:01 -06:00
Author
Owner

@techknowlogick commented on GitHub (Aug 28, 2018):

Sounds like a good use case for using the API.

@techknowlogick commented on GitHub (Aug 28, 2018): Sounds like a good use case for using the API.
Author
Owner

@stale[bot] commented on GitHub (Jan 12, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 12, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@a7hybnj2 commented on GitHub (Jan 24, 2019):

This functionality would be awesome.

(Well, now that the title has changed it does match my issue...thanks)

@a7hybnj2 commented on GitHub (Jan 24, 2019): This functionality would be awesome. (Well, now that the title has changed it does match my issue...thanks)
Author
Owner

@a7hybnj2 commented on GitHub (Jan 24, 2019):

project.issues.git #4160

@a7hybnj2 commented on GitHub (Jan 24, 2019): project.issues.git #4160
Author
Owner

@stale[bot] commented on GitHub (Mar 25, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Mar 25, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@a7hybnj2 commented on GitHub (Mar 31, 2019):

go away stale bot. quit killing good ideas.

@a7hybnj2 commented on GitHub (Mar 31, 2019): go away stale bot. quit killing good ideas.
Author
Owner

@raxelz commented on GitHub (Apr 15, 2020):

This is super relevant for companies.

@raxelz commented on GitHub (Apr 15, 2020): This is super relevant for companies.
Author
Owner

@guillep2k commented on GitHub (Apr 15, 2020):

As proposed by @techknowlogick, I also think this would be better implemented as a companion tool using API rather than implemented inside Gitea.

@guillep2k commented on GitHub (Apr 15, 2020): As proposed by @techknowlogick, I also think this would be better implemented as a companion tool using API rather than implemented inside Gitea.
Author
Owner

@lunny commented on GitHub (Apr 16, 2020):

So how about to implement it in https://gitea.com/gitea/tea ?

@lunny commented on GitHub (Apr 16, 2020): So how about to implement it in https://gitea.com/gitea/tea ?
Author
Owner

@IvanSivak commented on GitHub (Jan 21, 2022):

Hi everyone, I have made a small python utility that will fetch the Gitea issues through the API and export them to CSV (Excel). Hope it helps someone: https://github.com/botx-cloud/gitea_issues_exporter

@IvanSivak commented on GitHub (Jan 21, 2022): Hi everyone, I have made a small python utility that will fetch the Gitea issues through the API and export them to CSV (Excel). Hope it helps someone: https://github.com/botx-cloud/gitea_issues_exporter
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2260