View Issue Details

IDProjectCategoryView StatusLast Update
0002442mantisbtbugtrackerpublic2010-04-23 23:22
Reporterbrody Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionduplicate 
Product Version0.17.3 
Summary0002442: better handling of status FEEDBACK (status change after feedback by bugnote)
Description

when a bug needs feedback (either by reopening it or by setting it to state 'feedback'), the normal way to give feedback is to add a bugnote. After this has been done (the bugnote sent), the state should be changed to:
ASSIGNED, if a handler exists, otherwise to NEW or CONFIRMED.

TagsNo tags attached.

Relationships

duplicate of 0003730 closedvboctor Change status upon feedback 
related to 0004469 acknowledged "Reply To Feedback" Button 
related to 0003378 new who's feeding back to who? 

Activities

jfitzell

jfitzell

2002-08-30 12:01

reporter   ~0003212

Hmm... no I disagree on this one.

NEW should only be for new bugs and CONFIRMED should only be when you have actually confirmed that the bug is a problem. If you were awaiting feedback you presumably have not confirmed that it is a problem. I think the correct behaviour is appropriate, the handler can decide whether they have enough feedback to continue with the work or not.

brody

brody

2002-09-02 01:37

reporter   ~0003225

In general I understand your objection. Do you think a solution could be to not use the state FEEDBACK, when a bug gets reopened. It's not necessarily that reopening a bug needs a feedback. Maybe the reopener can decide the state from a list of valid states.

jfitzell

jfitzell

2002-09-03 02:09

reporter   ~0003227

I never really understood why it went to feedback either so I have no objections... have to see what other developers say...

Luebbe

Luebbe

2002-09-03 03:09

reporter   ~0003229

I suggest to eliminate the workflow from the code and to put it into the database. Implement something like a state machine that pulls the allowed states connected to an action from the database and puts them into a combobox. This way anyone can implement his own workflow.

Greetings

  • Lübbe
Matt_wc

Matt_wc

2004-09-12 22:45

reporter   ~0007535

'I suggest to eliminate the workflow from the code and to put it into the database.' - I agree with this. We reworked the code/config to revamp our workflow.

It seems to me that putting the workflow into the DB would make it easier to change (via web vs config file) and produce reports.

bpfennig

bpfennig

2004-09-13 04:09

reporter   ~0007536

Take a look at 0004469