View Issue Details

IDProjectCategoryView StatusLast Update
0007997mantisbtfeaturepublic2015-05-11 11:17
Reporterghoefflin Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version1.1.0a2 
Summary0007997: Permissions for closing issues
Description

Like issue 5633-I am looking for the ability to have reporters close an issue-BUT NOT developers. The reporter of the issue is the one to retest the fix of an issue after the developer makes their changes. But a developer should not be able to close the issue. Is this possible yet in Mantis?

TagsNo tags attached.

Activities

vboctor

vboctor

2015-04-28 03:16

manager   ~0050656

This can be achieved by the developer marking the issue as resolved and the reporter can then move it to closed (success) or re-open it (failure).

/**

  • reporter can close. Allow reporters to close the bugs they reported, after
  • they are marked resolved.
  • @global integer $g_allow_reporter_close
    */
    $g_allow_reporter_close = ON;

/**

  • reporter can reopen. Allow reporters to reopen the bugs they reported, after
  • they are marked resolved.
  • @global integer $g_allow_reporter_reopen
    */
    $g_allow_reporter_reopen = ON;