mantisbt-plugins / source-integration

Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitea, Gitweb, Cgit, Subversion, Mercurial and more
http://noswap.com/projects/source-integration/
MIT License
181 stars 130 forks source link

Changesets imported no attached issues #262

Closed tanasi closed 6 years ago

tanasi commented 6 years ago

Hi,

at first thanks for this great addon. I have used that in the past (not installed/configured by me) so I know how powerful it is. So now I am trying to configure it for my own mantisbt.

At the moment I have followed the instructions and seems that I am partially successful. I can commit a change to my SVN and then if I check in Mantis I can see in repositories>Changesets details regarding that commit. The issue is that navigating to a specific issue e.g. 0000003 I can not see any relevant info. I have performed the following steps:

Any ideas? Do I need to install Websvn? Do i need the meta plugin? Thanks

dregad commented 6 years ago

@tanasi the automatic linking of changesets to issues is driven by the _Bug Link Regex Pass 1&2 settings in the plugin's configuration. Assuming you have not changed the default settings (/(?:bugs?|issues?|reports?)+\s*:?\s+(?:#(?:\d+)[,\.\s]*)+/i), you need to prefix the issue ID with #.

tanasi commented 6 years ago

You are absolutely right.. :+1: Adding the "#" did the trick!

Thanks for the support