Plugins Directory » Redmine Autolinks
|
|
Author: | Renuo AG |
|---|---|---|
| Website: | https://github.com/renuo/redmine_autolinks | |
| Code repository: | https://github.com/renuo/redmine_autolinks | |
| Registered on: | 2025-07-10 (8 months ago) | |
| Current version: | 0.1.0 | |
| Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x | |
| User ratings: |
Create custom references to external tickets (e.g., link XYZ-123 to example.com/issues/123).
Usage¶
Autolinks can be created on the settings page of a project:
This will link all the references in this project's issue descriptions to the specified URL:
Installation notes
To install the Redmine Autolinks plugin, follow these steps:
1. Clone the plugin from the repository into the plugins directory of your Redmine installation:
git clone https://github.com/renuo/redmine_autolinks plugins/redmine_autolinks
2. Run the migrations:
RAILS_ENV=production NAME=redmine_autolinks bin/rails redmine:plugins:migrate
3. Restart your Redmine server.
Changelog
0.1.0 (2025-07-01)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x.