Project

General

Profile

Actions

Bugcloud plugin

This plugin visualizes the issues of a project as an issue cloud.

Author

  • Maedana

Changelog

For the complete changelog see the CHANGELOG-file in the Bugcloud plugin directory.

Latest release

The currently available, latest release of the plugin is version 0.0.2.1.

Description

The Bugcloud plugin visualizes the issues of a project as an issue cloud which is reachable through a tab within Redmine projects which haves this plugin enabled.

Compatibility

This plugin is compatible with Redmine 0.8.x as well as with the current Redmine trunk.

Obtaining

URL of the GitHub repository: http://github.com/maedana/redmine_bugcloud/tree/master

Note: That has not changed since 2009, this fork below is dated 2012 and says it can handle Redmine 2.0: https://github.com/thorin/redmine_bugcloud/network

The source of this plugin can be "cloned" from the GitHub-repo using:

$ cd {RAILS_ROOT}/vendor/plugins
$ git clone git://github.com/maedana/redmine_bugcloud.git

Installation

  1. Download the plugin from the available source (see "obtaining")
  2. Install the plugin as described at: http://www.redmine.org/wiki/redmine/Plugins (this plugin does not require a plugin database migration)
  3. Restart Redmine

Setup

After you have completed the installation of the plugin you can select which projects will actually be able to use the feature brought by the plugin by activating the plugin's module in the "project settings":

In the preferred Redmine project, go to the "Project settings":

  1. On the "Modules" tab: enable the plugin-module by checking "Bugcloud".

After that, a new item named "Bugcloud" will show up in the project menu. Click on this item to see the project's bugcloud.

Upgrading

  1. Backup the currently deployed Bugcloud plugin (cp -r /vendor/plugins/redmine_bugcloud /vendor/plugins/redmine_bugcloud-backup)
  2. Reinstall the updated plugin:
    • using the command: git pull
  3. Restart your Redmine

Uninstalling

  1. Remove the directory "redmine_bugcloud" from the plugin-directory "../vendor/plugins"
  2. Restart Redmine

Licensing

This plugin is open-source and licensed under the GNU General Public License v2 (GPL). See the included GPL.txt file for details.

Support

If you would like to report a bug or request a new feature you can open a new issue at the issue-tracking section of the plugins' GitHub site: http://github.com/maedana/redmine_bugcloud/issues.
You can also post about the plugin in the dedicated plugin-section of the Redmine forums.

As an alternative you can also join the #redmine channel on the freenode IRC network to see if there is anyone who can provide some support.

Updated by dj jones over 9 years ago · 5 revisions