https://sourceforge.net/apps/trac/sourceforge/ticket/25066
Configured my project to send notification mails on every tracker change; no mail is sent, neither on updates nor on new issues.
Tried both mailing list (with sf's noreply set to auto-accept) and my personal address.
This seems to be a result of our project's migration (https://sourceforge.net/projects/packfilemanager/). I installed the Tickets Tool for my personal project for test reasons and there it worked fine.
Other issues I have with the Tickets in packfilemanager:
- can't create Milestones
- irratically get "Sorry, can't fulfil this request right now" error message although action worked (for instance creating a new Ticket with Status other than "open")
- can't filter by Group or Release (our user-defined Fields)
I can create new tickets for those but assuming they stem from the same issue, leave them here for now.
Are we sure this is not a side-effect of [#3991]?
Related
Tickets:
#3991Was [#3991] a display-only bug? (I assumed so) Also, I don't think the setting to send email to an address for all changes shares much with the standard subscription logic.
Related
Tickets:
#3991Tracker notifications weren't being sent b/c notifications were disabled at the project level, possibly an unintended side-effect of migration. Turned project notifications back on with a mongodb update. Will continue to investigate root cause under [#4073].
Error messages were caused by a bug in the tracker notification code which caused a 500 when project notifications were disabled. That is fixed in this ticket.
Help documentation for how to search/filter by custom fields will be provided by [#2818].
Related
Tickets:
#2818Edit Milestones page wasn't working b/c the default milestone field was missing, a side-effect of migration. This ticket contains a fix that will create the default milestone field if it's missing. Long-term goal is to refactor the Edit Milestones page [#1855].
Related
Tickets: #1855
forge:tv/4014
Code review + run tests.
Figure out why Allura got a 2nd _milestone created and fix it.
forge:tv/4014 (force-pushed)
Code review + run tests. Also try to create some milestones and make sure extra "Milestone" custom fields aren't created.