tf / redmine_merge_request_links

Display links to associated Gitlab merge requests and GitHub pull requests on Redmine's issue page.
https://www.redmine.org/plugins/redmine_merge_request_links
MIT License
35 stars 26 forks source link

Support GitLab's long form Redmine issue links #9

Closed tf closed 5 years ago

tf commented 5 years ago

GitLab supports referencing Redmine issues by strings of the form REDMINE-123. Gitlab allows arbitrary all caps prefixes. For now we only allow the REDMINE prefix since this is the convention we are currently using internally. This could become a setting at some point in the future.