Feedback Issue returning to previous status after note

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
covfefe
Posts: 5
Joined: 30 Jun 2017, 16:46

Feedback Issue returning to previous status after note

Post by covfefe »

Hello! :D

I was curious if Mantis ever had the functionality that when an Issue is set on "Feedback" status and someone (or the reporter) posts a note afterwards,
the issue automatically return to the status it had before it was set on "Feedback" status.

If this functionality existed since earlier versions but is not automatically set in later versions (I use 2.0.0), is there any way to enable this option,
like through a certain Configuration Option in the Configuration Report?

If someone here who claims tenaciously that Mantis had this functionality once but I cannot find any eveidence for that in the Web. :oops:

Thank you in advance! :D
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Feedback Issue returning to previous status after note

Post by atrol »

It should be the default behavior if you did not change the setting in config_inc.php

Code: Select all

/**
 * 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;
Please use Search before posting and read the Manual
Post Reply