You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the plug in to Mantis but I do not get it right.
I add "resolved #146" in the commits on the CLI but the status is not updated to the resolved as we have as our next status.
Please see screen shots for configuration
When I test this it does not work as it should
What is wrong here. Please advise
The text was updated successfully, but these errors were encountered:
I encountered the a similar issue. Changesets were being added to the bug but the bug was not being marked as fixed/resovled. I found 2 issues:
The configuration option "Bug Fixed Assign To Committer" needed to be enabled. I was confused by wording as described in #229.
The SVN username did not match to any username in MantisBT. Once I corrected this it started working for me.
While trying to figure out the second problem, I was looking at the function Source_Process_Changesets() in Source.API.php. There are checks on the user existing and having enough privileges to update the status/resolution fields. I added some logging to figure out which conditions were preventing the updating of the bug's status. There are also some checks on status thresholds. So if you have customized your statuses maybe that could be causing issues.
I have installed the plug in to Mantis but I do not get it right.
I add "resolved #146" in the commits on the CLI but the status is not updated to the resolved as we have as our next status.
Please see screen shots for configuration
When I test this it does not work as it should
What is wrong here. Please advise
The text was updated successfully, but these errors were encountered: