View Issue Details

IDProjectCategoryView StatusLast Update
0005248mantisbtsecuritypublic2022-05-06 09:29
Reporterjleuzinger Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status confirmedResolutionopen 
Product Version0.19.2 
Summary0005248: Restrict Handler (Developper) and Reporter to modify only their OWN issues
Description

I would like to customize Mantis this way:

  • Developper can only update issues they own
  • Reporter can only update issues they own as long as the issue is not assigned
    The latter allows the Reporter to correct or refine his issue, but prevents modifications as soon as it is assigned.

I propose to introduce 2 variables (analogous to $g_bugnote_allow_user_edit_delete):

  • $g_bug_allow_owner_edit = [YES|NO]
  • $g_bug_allow_reporter_edit = [YES|NO]
Additional Information

An alternative definition of who is the "owner" of an issue:

  • if the issue is assigned, the owner is the Handler
  • if the issue is not assigned, the owner is the Reporter

With this definition the second option $g_bug_allow_reporter_edit wouldn't be necessary.

TagsNo tags attached.

Relationships

related to 0005239 new Other change bug status tresholds when you are the assigned person 
related to 0008141 assignedatrol Issue reporters should be able to update their own issues 

Activities

nlangenberg

nlangenberg

2005-02-18 03:18

reporter   ~0009333

For the developer part of you request. I would like to have the same thing!
I still think it's strange that a developer can set an entry of another developer to resolved.

I have implemented a quick hack, very easy to apply, and it works ok for me, but I hope that the developers of Mantis are going to implement this feature request.

See http://bugs.mantisbt.org/view.php?id=5239 for my personal hack.