Feature #13814
No more comments when ticket closed
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: |
Description
Is there a possibility to prevent users from commenting on closed tickets?
Related issues
History
#1
Updated by Toshi MARUYAMA almost 8 years ago
- Category changed from Permissions and roles to Issues
#3
Updated by Toshi MARUYAMA almost 8 years ago
- Status changed from Closed to Reopened
#4
Updated by Sven Culley almost 7 years ago
Any news on this or maybe a patch which could handle this?
#5
Updated by Toshi MARUYAMA almost 7 years ago
- Status changed from Reopened to New
#6
Updated by benoit deleris over 6 years ago
"No more comments when ticket closed" according to the role in fields permissions.
why not fixing this feature?
#7
Updated by Toshi MARUYAMA about 6 years ago
- Related to Feature #18382: Disable closed issues for commenting added
#8
Updated by Ivan Cenov about 6 years ago
In my opinion, this could be implemented with option 'comments allowed' and 'comments disallowed' when an issue is closed. This could be done for each issue and/or globally and/or per project.
#9
Updated by Sven Culley about 6 years ago
A first patch would help me ... ;)
#10
Updated by Ivan Cenov about 6 years ago
To get this idea widely...
There could be added a new member in the issues table, par example 'comments_allowed' of type TINYINT(1)
and it should be set to TRUE when creating new issue. Then
- associate a checkbox in the edit issue dialog
- associate permissions for access of 'comments_allowed'.
- add a menu item in the context menu for allow / disallow.
- add a global configuration option about 'disallow comments on closing issues'.
- add a project configuration option about 'disallow comments on closing issues'.
- add a project configuration option about which setting is with bigger priority: the global one or project one. (is needed?)
- add code that calculates above conditions and sets or clears 'comments_allowed'.
#11
Updated by Toshi MARUYAMA about 6 years ago
- Related to deleted (Feature #18382: Disable closed issues for commenting)
#12
Updated by Toshi MARUYAMA about 6 years ago
- Duplicated by Feature #18382: Disable closed issues for commenting added
#13
Updated by Michał Rzechonek almost 6 years ago
- File redmine-2.4.6-add_closed_issue_notes.patch
added
I needed that recently, attaching a simplistic patch adding a permission.
For the record, I don't know a thing about Rails, just needed a quick hack.
#14
Updated by Alexander Meindl over 5 years ago
I have added this feature to the plugin Redmine tweaks.
#15
Updated by Go MAEDA over 3 years ago
- Duplicated by Feature #27036: Ticket status closed added
#16
Updated by Martina A. about 3 years ago
- File Redmine Forum.pdf added
Hello
We need some help to this topic again.
Installing the patch with the command written above works.
After the installation and a restart of the server it is still possible to comment on closed issues…
I tried to understand “what the patch” is doing and check if that worked.
Due to formatting problems, please see attached pdf-file.
Thanks in advance for further tips.
#17
Updated by Yuuki NARA over 1 year ago
+1
#18
Updated by Yuuki NARA over 1 year ago
We created a workaround using the view customize plugin.
I hope this helps.