Auto-assigning an issue based on status

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Yeti
Posts: 1
Joined: 25 Jul 2016, 16:44

Auto-assigning an issue based on status

Post 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?
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Auto-assigning an issue based on status

Post 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.
Migrate your MantisBT to the MantisHub Cloud
Post Reply