Popularity
4.3
Stable
Activity
7.4
-
378
48
167

Description

Flyspray is a lightweight, web-based bug tracking system written in PHP for assisting with software development and project managements. Originally developed for the Psi Jabber client project it has been made available to everyone under the LGPL 2.1 licence. Flyspray aims to cut out the unnecessary complexity of other bug trackers focusing on a very intuitive design making it very easy to effectively manage projects.

Code Quality Rank: L2
Programming language: PHP
License: GNU Lesser General Public License v3.0 only
Tags: Ticketing systems    
Latest version: v1.0-rc9

Flyspray alternatives and similar tools

Based on the "Ticketing systems" category.
Alternatively, view Flyspray alternatives based on common mentions on social networks and blogs.

  • osTicket

    The osTicket open source ticketing system official project repository, for versions 1.8 and later
  • MantisBT

    Mantis Bug Tracker (MantisBT)
  • Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
    Promo coderabbit.ai
    CodeRabbit Logo
  • OTRS

    DISCONTINUED. ((OTRS)) Community Edition is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. Please note that ((OTRS)) Community Edition offers limited OTRS functionality.
  • Request Tracker

    Request Tracker, an enterprise-grade issue tracking system
  • Bugzilla

    Official repository for the Bugzilla bug tracking system. Report bugs to https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&format=__default__ . Main website:
  • TheBugGenie

    DISCONTINUED. The Bug Genie was a friendly project management and issue tracking tool, now replaced by Pachno
  • Cerb

    Cerb brings order to a busy team inbox with bot powered email management and workflow automation. Used by thousands of teams for 15+ years. For production, use: https://github.com/cerb/cerb-release/
  • Roundup Issue Tracker

    Mirror of http://hg.code.sf.net/p/roundup/code -- used for CI. Please visit https://issues.roundup-tracker.org to find starter issues or log new issues.

Do you think we are missing an alternative of Flyspray or a related project?

Add another 'Ticketing systems' Tool

README

Build Status

Please do not use Github for your bug reports or feature request. Instead use our live bug tracker at https://bugs.flyspray.org

www.flyspray.org

Flyspray Bug Tracking System

Flyspray is an uncomplicated, web-based bug and task tracking system.

Have you spotted Flyspray in the wild? Does your company or project use Flyspray? You can send a note to the Mailing List including your project or company name, Flyspray URL (if public), homepage, and a nice testimonial if you are in the mood and we'll have it added to the list of who is using Flyspray.

Installation

https://www.flyspray.org/manual/install

Upgrading

  1. Create a backup of your files and database
  2. Remove all files but keep:
    • flyspray.conf.php
    • attachments/ directory
    • avatars/ directory
    • maybe your own logo image if you replaced the flyspray logo
    • maybe .htaccess if you use it
    • maybe own extra customized *.css files like custom_yourproject.css in themes/CleanFS/ (only users of 1.0-dev versions)
  3. Copy the new files to the Flyspray directory
  4. Make sure flyspray.conf.php is writeable by the webserver.
  5. Open http://yourflyspray/setup/ in your webbrowser. It detects the existing installation and you can follow the upgrade steps.

  6. Note: Do not forget to press F5 (or CTRL+F5, depending on cache policy) after the upgrade in web browser to reload also cached CSS-files to see effects of updated CSS-files. They are cached by default for 14 days in the webbrowser.

Dependencies

Install php

Linux: Just use the package manager or one of its frontends of your Linux distribution.
For instance for Debian based Linux distributions:
sudo apt-get install php

Windows:
https://php.net/downloads
Install
Installing from prepackaged releases that include also needed 3rd party libraries
tar xzf flyspray-1.0-rc10.tgz

Rename folder flyspray-1.0-rc10 to shorter name or move to webroot if you want and point your webbrowser there and follow the configuration instructions.

Installing from source releases via command line
curl -L https://github.com/Flyspray/flyspray/archive/v1.0-rc10.tar.gz | tar xz
cd flyspray-1.0-rc10
curl -sS https://getcomposer.org/installer | php
php composer.phar install --no-dev

Rename folder flyspray-1.0-rc10 to shorter name or move to webroot if you want and point your webbrowser there and follow the configuration instructions.

Windows users can download Windows installer on https://getcomposer.org/download/
If you downloaded the installer, make sure to include it to shell when asked.
Download vendors
Using command lines:
- 'cd' to the main Flyspray directory
- Type 'php composer.phar install' to automatically download the vendors