View Issue Details

IDProjectCategoryView StatusLast Update
0023924mantisbtrelationshipspublic2023-08-25 09:12
Reporteratrol Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.7.0 
Target Version2.10.1Fixed in Version2.10.1 
Summary0023924: Resolving as duplicate does not add reporter and handler to monitoring list of duplicate issue
Description

Regression introduced when fixing 0023420.

TagsNo tags attached.

Relationships

related to 0023420 closedatrol Resolving as duplicate adds reporter and handler to monitoring list 

Activities

atrol

atrol

2018-02-02 14:49

developer   ~0058722

PR https://github.com/mantisbt/mantisbt/pull/1279

vboctor

vboctor

2018-02-02 17:43

manager   ~0058723

Is this simply a revert?

atrol

atrol

2018-02-02 18:54

developer   ~0058725

Last edited: 2018-02-02 18:55

Is this simply a revert?

No, a revert would reintroduce 0023420.

The difference is the first parameter of bug_monitor calls.

dregad

dregad

2023-08-24 07:09

developer   ~0068015

@atrol, I just noticed with a bit of surprise as I resolved 0032840 as duplicate of a Closed issue 0028803, that I got automatically added to the monitoring list, due to the changes introduced by MantisBT master-2.10 3e51ee66.

I don't really see the point of monitoring a closed issue, as it is unlikely that it would become active again. It may (possibly) make sense for the reporter, "just in case" (e.g. the issue is reopened, or like me here, a note is added some years after), but from a developer's standpoint (handler) I see no benefit to justify it.

What do you think ?

atrol

atrol

2023-08-24 17:06

developer   ~0068019

Agreed @dregad also as our default "Monitored by Me" filter hides status "Closed".

vboctor

vboctor

2023-08-25 00:31

manager   ~0068021

@dregad I don't think it hurts. Take this scenario:

  • You reported an issue X.
  • It got marked as a duplicate of closed issue Y and you (the reporter) were added to issue Y which was recently closed as fixed.
  • Issue Y was re-opened due to a discover issue.
  • The reporter of X gets notified and it shows on their monitored list.

Now if nothing happens, then it won't show on your monitor list or cause any extra notifications.

Anyways, I think it is the current behavior and not really much downside. So it is "just in case" as you said.

dregad

dregad

2023-08-25 02:26

developer   ~0068022

Yes for the reporter
I was talking about the handler (i.e. the dev who resolves the duplicate issue)

dregad

dregad

2023-08-25 09:12

developer   ~0068026

Actually thinking about this some more, what I believe does not make sense, is to add the issue's handler, when they are also the user resolving the issue.

Related Changesets

MantisBT: master-2.10 3e51ee66

2018-02-02 09:41

atrol


Details Diff
Add reporter and handler to monitor user list when resolving as duplicate

Fixes 0023924
Affected Issues
0023924
mod - bug_update.php Diff File