When the plugin is configured to automatically resolve issues (i.e. Fixes #xxx) one would expect that a reopened issue would be resolved and marked as fixed.
The status is changed, but the resolution remains 'reopened'.
This is caused by the sequence of resolutions in $g_resolution_enum_string, where 'reopened' (30) is actually higher than 'fixed' (20). See MantisBT issue #16054.
When the plugin is configured to automatically resolve issues (i.e.
Fixes #xxx) one would expect that a reopened issue would be resolved and marked as fixed.The status is changed, but the resolution remains 'reopened'.
This is caused by the sequence of resolutions in $g_resolution_enum_string, where 'reopened' (30) is actually higher than 'fixed' (20). See MantisBT issue #16054.