Plugins Directory » Project Custom Field Format
|
|
Author: | Jorge Rodriguez |
|---|---|---|
| Website: | https://github.com/Arksoft-Solutions/redmine_project_custom_field | |
| Code repository: | https://github.com/Arksoft-Solutions/redmine_project_custom_field | |
| Registered on: | 2025-12-31 (7 days ago) | |
| Current version: | 1.0.0 | |
| Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x | |
| User ratings: |
This plugin adds a new custom field format to Redmine that allows selecting one or multiple projects from a hierarchical list.
The hierarchy is displayed using numeric paths (e.g. 2.1.3) instead of visual indentation characters, making it stable and compatible with Redmine 6.x and future versions.
Features
- New custom field format: Project
- Supports single and multiple selection
- Displays projects using hierarchical numeric paths
1. Project A
2. Project B
2.1. Project B - Subproject
2.1.1. Project B - Child
- Includes all projects (parent and child projects)
- No database migrations required
- No core patches
- Compatible with Redmine 5.1 – 6.1
Installation notes
Installation
- Clone the plugin into your Redmine plugins directory:
git clone https://github.com/Arksoft-Solutions/redmine_project_custom_field
- Restart Redmine to load the plugin.
The restart method depends on your environment (Passenger, Puma, Docker, etc.).
Changelog
1.0.0 (2025-12-31)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x.