Plugins Directory » Redmine Auto Internal Link Plugin
|
Author: | Kota Shiratsuka |
---|---|---|
Website: | https://github.com/INSANEWORKS/redmine_auto_internal_link | |
Code repository: | https://github.com/INSANEWORKS/redmine_auto_internal_link.git | |
Registered on: | 2024-12-03 (19 days ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 6.0.x | |
User ratings: |
Redmine Auto Internal Link Plugin¶
A Redmine plugin that automatically converts external Redmine issue URLs in comments to internal links.
Features¶
- Detects external Redmine issue links in comments (e.g.,
https://example.com/issues/123#note-2
). - Automatically converts them to Redmine internal link format (e.g.,
#123#note-2
). - Supports dynamically resolving the Redmine host and path configuration.
Installation notes
- Clone this repository into your Redmine
plugins
directory:
git clone https://github.com/INSANEWORKS/redmine_auto_internal_link.git plugins/redmine_auto_internal_link - Restart your Redmine instance.
Changelog
1.0.0 (2024-12-04)
Compatible with Redmine 6.0.x.