https://store-images.s-microsoft.com/image/apps.1615.5b2c1a2c-8623-4e81-9916-8a637c2cd006.8e385cf1-9d3a-43db-863a-7c7d385f9076.213a6001-c5ed-4208-b02d-217479d15932

Roundup on Ubuntu 24.04

by bCloud LLC

Version 2.5.0 + Free Support on Ubuntu 24.04

Roundup is an open-source, web-based issue tracking system designed to help teams manage projects, track bugs, and organize workflows efficiently. It provides a flexible architecture to define custom issue types, workflows, and fields, making it adaptable to software development, IT projects, and general project management.

Features of Roundup:
  • Web-based issue tracker with command-line administration tools.
  • Customizable issue types, statuses, fields, and workflows to fit any process.
  • Email notifications and alerts to keep team members updated on changes.
  • Supports SQLite, PostgreSQL, and MySQL backends for database flexibility.
  • Lightweight Python-based installation that can run on Ubuntu or other Linux servers.
  • Extensible templates for projects and tickets to standardize workflows.
  • Simple web interface combined with CLI tools for advanced management.

Run these commands to install and check Roundup version:
$ python3 -m venv ~/roundup/venv
$ source ~/roundup/venv/bin/activate
$ pip show roundup

Disclaimer: Roundup is an open-source project developed and maintained by the Roundup community. It is provided under the BSD license and distributed on an "as is" basis, without warranties or conditions of any kind. Users are responsible for validating configuration, security, and operational suitability in their environments.