kiwitcms / Kiwi

open source test management system with over 2 million downloads!
https://kiwitcms.org
GNU General Public License v2.0
962 stars 289 forks source link

Feature: individual/per-object email unsubscribe/subscribe - needs research #1398

Open imhanachang opened 4 years ago

imhanachang commented 4 years ago

Support requests and general questions must be posted to StackOverflow and tagged with the kiwi-tcms tag! Issues are for bug reports and feature request discussions only!

WARNING: do not publically report security issues in the bug tracker! Ping us via email to coordinate the fix and disclosure of the problem!

HINT: try to reproduce bugs and errors at https://public.tenant.kiwitcms.org! This is always running the latest version and will automatically submit traceback and debugging information to us!

Description of problem

"Notify" function turn OFF as default

Version or commit hash (if applicable)

7.3

Steps to Reproduce

1.new case or new run or new test plan

Actual results

"Notify" function is ON

Expected results

"Notify" function turn OFF as default

Additional info (Python traceback, logs, etc.)

atodorov commented 4 years ago

"Notify" function turn OFF as default

this is definitely not going to happen, we default to ON because otherwise people will start forgetting to click these buttons and will start missing important notifications.

Leaving this issue open b/c we can think about individual unsubscribe functionality. Not sure how that could be implemented but we haven't researched this space at all.

nfk commented 2 years ago

Hi,

I think too it will be useful to be able to tweak the default value of "Notify" fields by a setting for test case and test plan object. A lot of users can be notified if an user wants to update a lot of test plans/cases. I did not a find any other solutions that patch the whole database manually to stop this kind of spam. Then we have to set up a guideline where we disable by default each "notify" fields on test plan or test case creation.