Search found 6 matches

by taras
20 Sep 2019, 14:26
Forum: EmailReporting
Topic: How to limit bug creation from email based on user access
Replies: 14
Views: 15097

Re: How to limit bug creation from email based on user access

Hi SL-Gundam, Thank you for quick fix and sorry for delay with response. I tested latest development release of the plugin. Added feature works as expected. Thank you! You could actually say that a user even being in that email exchange is a bigger issue then the note he eventually created in EmailR...
by taras
18 Jul 2019, 15:38
Forum: EmailReporting
Topic: How to limit bug creation from email based on user access
Replies: 14
Views: 15097

Re: How to limit bug creation from email based on user access

SL-Gundam wrote: 17 Jul 2019, 16:35 That last one is a good idea.

Of course delete email would respect "Delete processed email from the mailbox"
Do you have some forecast when this feature will be release?
by taras
17 Jul 2019, 16:09
Forum: EmailReporting
Topic: How to limit bug creation from email based on user access
Replies: 14
Views: 15097

Re: How to limit bug creation from email based on user access

Basically you're suggesting one new configuration option: "What to do with emails for projects a user does not have access to" This would have 3 options Ignore email Ignore and Delete email Process email without checking permissions EmailReporting would output a message while processing. ...
by taras
17 Jul 2019, 13:03
Forum: EmailReporting
Topic: How to limit bug creation from email based on user access
Replies: 14
Views: 15097

Re: How to limit bug creation from email based on user access

It's also has never been issue since users with no access would not receive notification emails about those issues anyway. Since these days we track the msg id's as well, CC's of the email could reply and get there comments added to issues where they normally would not have had access So these days...
by taras
17 Jul 2019, 12:58
Forum: EmailReporting
Topic: How to limit bug creation from email based on user access
Replies: 14
Views: 15097

Re: How to limit bug creation from email based on user access

The code is there. We are just undecided on how to handle a situation like this. https://github.com/mantisbt-plugins/EmailReporting/blob/master/core/mail_api.php#L857 https://github.com/mantisbt-plugins/EmailReporting/blob/master/core/mail_api.php#L920 What should happen with emails that cannot be ...
by taras
16 Jul 2019, 16:05
Forum: EmailReporting
Topic: How to limit bug creation from email based on user access
Replies: 14
Views: 15097

How to limit bug creation from email based on user access

In my setup I have multiple projects with private access. Let say some user DEMOUSER has access to PROJECT-A, but doesn't have access to PROJECT-B. When I'm sending email from DEMOUSER's emial address I can create note in PROJECT-B, to which this user doesn't have access. See attached screenshot of ...