Feature #29894
View watchers on the issue list
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues list | |||
Target version: | Candidate for next major release | |||
Resolution: |
Description
Currently, you have to go to the detail page of an issue if you want to see the list of watchers.
I think it would be nice if Redmine shows watchers for each issue on the issues list. With this feature. This feature is a bit similar to #25515.
Related issues
History
#1
Updated by Mizuki ISHIKAWA about 4 years ago
- File watchers.png added
- File feature-29894.patch
added
Looking at watchers at index is useful for knowing issues that users are interested in.
Applying this patch will allow you to add a watchers column with issues / index.
Issue#visible_watchers checks the :view_issue_watchers permission and displays only watchers that can be viewed.
#2
Updated by Bernhard Rohloff about 4 years ago
I think this column gets really messy if you have 10 or more watchers on the list.
I'd also argue that this information isn't useful by any means. Perhaps the count of watchers but not the entire list.
#3
Updated by Yuuki NARA about 4 years ago
+1
#4
Updated by Jens Krämer almost 4 years ago
+1
that's indeed useful (and if not, well then do not add this column to your issues list :)
#5
Updated by Go MAEDA almost 4 years ago
- Target version set to Candidate for next major release
#6 Updated by Anonymous almost 4 years ago
+1 but I agree with Bernhard
I think this column gets really messy if you have 10 or more watchers on the list.
I'd also argue that this information is useful by any means. Perhaps the count of watchers but not the entire list.
Maybe watcher count, but to show list of watchers in the tool-tip whenever rolling over the number of watchers. The same tool-tip which is used in the gantt or calendar.
#7
Updated by Go MAEDA over 3 years ago
- Related to Feature #12644: Display watch status in ticket list added
#8
Updated by Nipun Tharuka over 1 year ago
How to add the patch to Redmine? I'm getting these errors. I'm using Redmine from Bitanmi.
C:\Bitnami\redmine-4.2.1-0\apps\redmine\htdocs>patch p0 < 123.patch
|diff --git a/app/helpers/queries_helper.rb b/app/helpers/queries_helper.rb
|index 01d10d883c..1d721d7528 100644
|--- a/app/helpers/queries_helper.rb
|+++ b/app/helpers/queries_helper.rb
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
-------------------------
--------------------------
File to patch:
Version Information
---------------------
Environment:
Redmine version 4.2.1.stable
Ruby version 2.6.7-p197 (2021-04-05) [x64-mingw32]
Rails version 5.2.5
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
SCM:
Git 2.31.1
Filesystem
Redmine plugins:
no plugin installed
#9
Updated by Mizuki ISHIKAWA over 1 year ago
Nipun Tharuka wrote:
How to add the patch to Redmine? I'm getting these errors. I'm using Redmine from Bitanmi.
You can apply the patch with a command like this:
patch -p1 < feature-29894.patch
However, since this patch was written two years ago, I'm not sure if it will work for the current Redmine.
#10
Updated by Go MAEDA over 1 year ago
- Related to deleted (Feature #12644: Display watch status in ticket list)
#11
Updated by Go MAEDA over 1 year ago
- Related to Feature #6299: Add "watched" as possible column in issues list added
#12
Updated by Go MAEDA 11 months ago
- Related to Feature #36848: API allow display "watchers" when listing several issues added
#13
Updated by Go MAEDA 2 months ago
- Related to Feature #37973: Enable to display watches count on issues list added