Feature #22368
Ability to add private comments from the issue bulk edit page
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | 4.1.0 | |||
Resolution: | Fixed |
Description
It is currently not possible to add private comments from the issue bulk edit page, is this by design? If not it would be nice if this was possible.
Related issues
Associated revisions
Ability to add private comments from the issue bulk edit page (#22368).
History
#1
Updated by Toshi MARUYAMA over 6 years ago
- Category set to Issues
#2
Updated by Mischa The Evil over 5 years ago
- Duplicated by Feature #24772: Set note as private is bulk edit mode added
#3
Updated by Pierre Maigne over 5 years ago
+1
Sometimes, we want to add the same private note to multiple issues. Unfortunately, when you bulk edit issues, the checkbox to set the note as private is not present.
Thanks
#4
Updated by Toshi MARUYAMA over 5 years ago
- Description updated (diff)
#5
Updated by Takenori TAKAKI over 4 years ago
- File fix-22368.patch
added
- File fix-22368.png added
I made the patch (compatible with latest trunk 17055).
this patch allows user to set 'private notes' property on bulk edit page.
#6
Updated by Toshi MARUYAMA over 4 years ago
- Target version set to 4.1.0
#7
Updated by Jean-Philippe Lang over 3 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Takenori TAKAKI wrote:
I made the patch (compatible with latest trunk 17055).
this patch allows user to set 'private notes' property on bulk edit page.
The patch always displays the "Private notes" checkbox and returns a 403 if the user is not allowed. I think it's better to display the checkbox when the user is allowed to set private notes only.