https://catalogartifact.azureedge.net/publicartifacts/bcloudllc1671615348068.roundupp-88cee2e9-af79-4f66-bb6d-b0529e50dff9/image3_bCloudlog.png
Roundup
by bCloud LLC
Just a moment, logging you in...
Version 2.6.0 + Free Support on Ubuntu 26.04
Roundup is an open-source issue tracking and project management system designed to help teams manage bugs, feature requests, tasks, and support tickets through a customizable web interface. Built with Python, it provides flexible workflows, role-based access control, email integration, and powerful search capabilities, making it suitable for software development teams and organizations of all sizes.
Features of Roundup:- Web-based interface for managing bugs, issues, tasks, and feature requests.
- Customizable issue schemas, workflows, templates, and tracker fields.
- Role-based user authentication and access control.
- Email notifications and email-based issue creation and updates.
- Supports SQLite, PostgreSQL, MySQL, and other supported database backends.
- Advanced search, filtering, reporting, and issue history tracking.
- REST API for automation and third-party integrations.
- Extensible Python architecture with plugins, detectors, and custom templates.
Usage Instructions :
$ sudo su $ cd /opt/mytracker $ source ~/venv/bin/activate $ roundup-admin -v $ chmod o+x /root $ runuser -u roundup -- /root/venv/bin/roundup-server \ -n 0.0.0.0 \ -p 8080 \ mytracker=/opt/mytracker For login credentials: $ cat /var/roundup/credentials.txt To access the Roundup web interface: http://your-server-ip:8080/Disclaimer: Roundup is open-source software distributed under the MIT License. It is provided "as is," without any express or implied warranty. Users are responsible for configuring, securing, and maintaining their Roundup installation and for ensuring compliance with all applicable laws and organizational policies.