View Issue Details

IDProjectCategoryView StatusLast Update
0029375mantisbtauthenticationpublic2023-10-13 12:56
Reporterrenataeliza Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version2.25.2 
Summary0029375: Only the writer of the bug can close (last version)
Description

How do I set that ANY the reporter can close a resolved issue?

I tried:
https://www.mantisbt.org/bugs/view.php?id=26920

But did not work!!
Can anybody help me please?

Thanks

TagsNo tags attached.
Attached Files
Reporter.png (126,897 bytes)   
Reporter.png (126,897 bytes)   

Relationships

related to 0026920 closedvboctor reporter allowed to close 

Activities

dregad

dregad

2023-09-29 03:30

developer   ~0068146

How do I set that ANY the reporter can close a resolved issue?

You need to change 2 configuration settings

  1. In Workflow Threshold page, Update issue status must be allowed: check the box in the reporter column (or in configinc.php `$g set_status_threshold[] = REPORTER;`)
  2. In Workflow Transitions page, in Access Levels section set closed status to reporter ($g_update_bug_status_threshold[CLOSED] = REPORTER;)