Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #7720

Closed
Open
Created Sep 10, 2014 by Administrator@rootOwner

[DEFECT (BUG)] Links in Commits for Redmine Issue Tracker does not work!

Created by: emovere

I have activated it in the gitlab.yml as well as in the project settings. 'Issues' Button of the Project does redirect to redmine - great.

I'am using Gitlab 7.2.1.

But if I commit messages, by example my test commit messages:

fbf3c226f   fixing issue #43 and issues #42
f19457018   fixes #8, #24, and #42
b5203d786   Fixes #9 /#9/ /#\9/ #\9

No number is a link. Everything is just plain text in the commits!

The config part:

       ## If not nil, links from /#\d/ entities from commit messages will replaced with this
       ## Use placeholders:
       ##  :project_id        - GitLab project identifier
       ##  :issues_tracker_id - Project Name or Id in external issue tracker
       ##  :id                - Issue id (from commit messages)
       issues_url: "https://gitlab.domain.com/issues/:id"

"If not nil, links from /#\d/ entities from commit messages will replaced with this" Doesn't seem to work. I have googled for a solution, found nothing which works.

Please fix this Bug!

Assignee
Assign to
Time tracking