Roundup Issue Tracker
Self-HostedOpen-source, self-hosted issue tracking and project task management tool
Overview
Roundup Issue Tracker is an open-source, self-hosted solution for managing tickets, bugs, and project tasks. It offers customizable workflows, email notifications for updates, multi-project support, and integration with version control systems like Git. Users can assign tickets, set priorities, add attachments, and track progress. Built with Python, it supports SQLite, PostgreSQL, or MySQL databases and can be deployed on most servers. Ideal for teams prioritizing data control and privacy, it provides flexible tools to streamline ticketing workflows without proprietary lock-in.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
roundup_issue_tracker:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: roundup-issue-tracker
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Customizable ticket workflows and statuses
- Email notification integration for updates
- Multi-project management support
- Version control (Git) integration
- Flexible database options (SQLite/PostgreSQL/MySQL)
Frequently Asked Questions
? Is Roundup Issue Tracker hard to install?
Installation requires basic server and Python familiarity. It can be set up via source code (using pip) or community-maintained Docker images. You’ll need to configure a database (SQLite, PostgreSQL, or MySQL) and a web server (like Apache or Nginx) for public access—detailed guides are available in the official documentation.
? Is it a good alternative to Jira?
Yes, for teams seeking a self-hosted, cost-free option. It lacks Jira’s advanced agile boards or enterprise reporting, but excels at core ticketing, customizable workflows, and data control. It’s ideal for small to medium teams or projects where privacy and open-source flexibility are priorities.
? Is it completely free?
Absolutely. Roundup Issue Tracker is released under the GNU General Public License (GPL). There are no licensing fees, and you can modify, distribute, or self-host it without any costs—all features are available for free.
Top Alternatives
People Also Ask about Roundup Issue Tracker
Tool Info
Pros
- ⊕ 100% open-source and free to use
- ⊕ Self-hosted (full control over data privacy)
- ⊕ Lightweight and low-resource requirements
- ⊕ Highly customizable for specific team needs
Cons
- ⊖ Requires basic Python and server setup knowledge
- ⊖ User interface is less modern compared to SaaS alternatives
- ⊖ Lacks advanced features like Gantt charts or real-time collaboration
- ⊖ Limited official support (relies on community forums)