Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitea, Gitweb, Cgit, Subversion, Mercurial and more
With commit 5ff5acc82c4419f31c0908dc8a8777592150d9c0 the bug resolution and assignment logic has been updated. This causes that when option plugin_Source_bugfix_handler
isnt set, the bug didn't get resolved.
In my opinion that are two different functions, that shouldnt be mixed. In my case an issue should be resolved, and not be assigned to changeset committer or changeset user.
This should only happen, when option plugin_Source_bugfix_handler is set.
With commit 5ff5acc82c4419f31c0908dc8a8777592150d9c0 the bug resolution and assignment logic has been updated. This causes that when option
plugin_Source_bugfix_handler
isnt set, the bug didn't get resolved. In my opinion that are two different functions, that shouldnt be mixed. In my case an issue should be resolved, and not be assigned to changeset committer or changeset user. This should only happen, when optionplugin_Source_bugfix_handler
is set.