Page 1 of 1

feedback status change after "assign to" add note?

Posted: 24 Oct 2019, 15:13
by amphetamine
* When a note is added to a bug currently in $g_bug_feedback_status, and the note
* author is the bug's reporter, this option will automatically set the bug status
* to $g_bug_submit_status or $g_bug_assigned_status if the bug is assigned to a
* developer. Defaults to enabled.
* @global boolean $g_reassign_on_feedback
*/
$g_reassign_on_feedback = ON;

is it possible to change the role from "reporter" to "assign to"?
already set reporter can - handle an issue + change issue status
ideally the issue handle will be created by anyone and "assign to" next person (feedback)

Re: feedback status change after "assign to" add note?

Posted: 02 Apr 2021, 10:00
by ekesaf
Any info for this problem. I also need same.