விளக்கம்
Export GitLab issues to a CSV file with AJAX progress tracking and Fluent Boards compatibility.
Key features:
* Export issues directly from GitLab into CSV format.
* AJAX-based export with live progress tracking.
* Fluent Boards compatibility.
* Manage and delete generated CSV files from the admin panel.
How to Create a Project Access Token in GitLab
Prerequisites
- You must have sufficient permissions (Owner or Maintainer role).
- On GitLab.com, Project Access Tokens require Premium or Ultimate subscription, or a trial.
- On self-managed GitLab instances, tokens are generally available without restrictions.
References:
* https://docs.gitlab.com/user/project/settings/project_access_tokens/
* https://forum.gitlab.com/
Steps
- Log in to GitLab and open your project.
- Navigate to Settings Access Tokens.
- Click Add new token.
- Fill in:
- Token name
- (Optional) Token description
- Expiration date (default 30 days; non-expiring tokens removed since GitLab 16.0)
- Role (Guest, Reporter, Developer, Maintainer, Owner)
- Scopes (e.g.,
api,read_api)
- Click Create project access token.
- Copy and save the token immediately — it will only be shown once.
External Services
This plugin connects to the GitLab API (https://gitlab.com) to retrieve project issues and export them as CSV files.
Data sent:
* Project ID (required to fetch issues)
* Access token (required for authentication)
Data usage:
* Sent only during export via AJAX requests.
* No WordPress personal user data is sent to GitLab.
Service Provider:
* GitLab Inc.
* Terms of Service: https://about.gitlab.com/terms/
* Privacy Policy: https://about.gitlab.com/privacy/
Installation
From WordPress Admin
- Go to Plugins Add New.
- Search for Issues Exporter for GitLab.
- Install and Activate.
Manual Installation
- Upload the plugin folder
issues-exporter-for-gitlabto/wp-content/plugins/. - Activate the plugin from the Plugins menu in WordPress.
அடிக்கடி கேட்கப்படும் கேள்விகள்
-
How many issues can it export?
-
Up to 5000 issues, exported in batches of 50.
-
Is my access token saved securely?
-
Yes, stored using the WordPress Options API and never exposed in frontend HTML.
-
Can I delete old CSV files?
-
Yes, all generated files are listed in the admin page with delete options.
Reviews
பங்களிப்பாளர்கள் & உருவாக்குனர்கள்
“Issues Exporter for GitLab” is open source software. The following people have contributed to this plugin.
பங்களிப்பாளர்கள்“Issues Exporter for GitLab” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Issues Exporter for GitLab” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release: Export GitLab issues with live progress and file cleanup.


