jcppkkk / redmine_mail_reminder

Plugin for Redmine to create different role based reminders for project(s)
52 stars 32 forks source link

Mail does not reflect query results #94

Closed dsgonzalezo closed 6 years ago

dsgonzalezo commented 6 years ago

Hi @jcppkkk , I think this plugin is all I need but at the moment it is not working as expected. I have created a query and it returns two issues that meet the condition for the same user, however the mail that is received only shows the first result. I expected to be able to notify of all requests that met with a particular condition. Tell me if I should do something in particular so that in the notofocación the total results of the query are included.

Thank you very much.

jcppkkk commented 6 years ago

@dsgonzalezo have you check the user can view both issue? this reminder will send query result with each user's privilege; e.g. if a result issue is in a project that a user cannot visit, the the issue will not list in the mail to the user.

dsgonzalezo commented 6 years ago

Thank you very much @jcppkkk and overcome the problem, now I have another situation, in my query I have grouped the results, however this is not showing me in the mail. Can you think if there is something to be done to solve it? thank you very much. Greetings. Diego

jcppkkk commented 6 years ago

grouped results can be a feature request. however it's not likely be implemented for the foreseeable future.