Project

General

Profile

Plugins Directory » Project Sections

Author: Andriy Lesyuk
Website: http://projects.andriylesyuk.com/projects/project-sections
Code repository: http://subversion.andriylesyuk.com/project-sections
Registered on: 2013-10-04 (over 10 years ago)
Current version: 0.1.0
Compatible with: Redmine 3.4.x, 3.3.x
User ratings:   (0)

The Project Sections plugin can be used to split your projects into groups, i.e., to categorize projects. Additionally, project sections get prepended to project names and URLs, this way making them more descriptive and providing quick links to other projects in sections.

Practically, the plugin can solve many problems, including:

  1. It lets avoiding usage of dummy projects as project categories.
  2. It splits the huge project list into small chunks, still keeping the possibility to check the full list.
  3. It allows to standardize project names by moving common terms to sections.
  4. And more.

Additionally, the plugin allows to have project, version and issue custom fields, which are available only for projects, that belong to the selected sections.

The plugin addresses the following issues: #3174, #3224, #6319 and #7091.

Check also this page: http://projects.andriylesyuk.com/projects/project-sections/wiki (it has screenshots).

Installation notes

  • Copy project_section directory to #{RAILS_ROOT}/plugins
  • Run: bundle install --without development test (to install awesome_nested_set)
  • Run: rake redmine:plugins:migrate RAILS_ENV=production
  • Restart Redmine

Changelog

0.1.0 (2018-01-05)

Compatible with Redmine 3.4.x, 3.3.x.

This release was sponsored by itratos Ltd & Co. KG.

  • Project section specific custom fields
  • Issue filter for project sections
  • Polish translation
  • Redmine 3.x support

0.0.2 (2014-06-05)

Compatible with Redmine 2.5.x, 1.4.x.

0.0.1 (2013-09-28)

Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x.