Page 1 of 1

Auto-assigning an issue based on status

Posted: 25 Jul 2016, 17:23
by Yeti
I am using Mantis 1.2.19 version of Mantis and I need to figure out how to auto-assign an issue based on status. Example: If a developer marks a bug as FIXED then I need to auto-assign this bug to 'QA' automatically. This version of mantis provides a separate page (bug_change_status_page.php) where a developer can select 'QA' manually, as the owner, when he fixes the bug, but I am trying to see if I can automate that. Is that possible?

Re: Auto-assigning an issue based on status

Posted: 05 Nov 2016, 22:23
by vboctor
That is not possible out of the box. However, you can implement a plugin that listen to issue updated and re-assign as appropriate.