Adrien, Do you mean you want a notification to be sent when someone attaches a patch file to a Jira issue? If I understand how the LUCENE project is set up to send notifications, one should be sent.
Both LUCENE and SOLR projects use the same Notification Scheme (https://issues.apache.org/jira/plugins/servlet/project-config/LUCENE/notifications), which is configured to send a mail to the list on any issue update. AFAIUI, adding an attachment is considered an issue update. You can see that a notification is sent properly for a SOLR issue: https://lists.apache.org/[email protected]:lte=1M:SOLR-11263. Since LUCENE and SOLR are using the same scheme, it should behave the same. I think it might be worth checking with Infra on it, since as far as I can tell things are set up properly and I think it will involve some system admin-level permissions to dig any deeper into why it’s not working for both projects. Cassandra On Jun 10, 2019, 3:26 AM -0500, Adrien Grand <[email protected]>, wrote: > Hello, > > It seems like attaching a patch doesn't trigger a notification to the > list. For instance we got no email notification for the following > update to LUCENE-8806: > https://issues.apache.org/jira/browse/LUCENE-8806?focusedCommentId=16858420&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16858420, > you can double check via the archives, which have my comment as the > last update on the issue: > https://lists.apache.org/[email protected]:lte=1M:WANDScorer > > I have been bitten a couple more times by it, I can try to find which > JIRA issues exactly if that helps. > > This made me miss a couple patches for review recently. I'm not very > familiar with JIRA, there doesn't seem to be anything wrong with the > way notificiations are configured today[1], do we need to contact > infra for this? > > [1] > https://issues.apache.org/jira/plugins/servlet/project-config/LUCENE/notifications > > -- > Adrien > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
