We have the following case we use for our mail handler:
- Users can write an email to a specific mail to create an issue
- If the user exists, he will be the reporter
- If the user does not exist, mail handler is the reporter
But we have a third case:
- A user can exist, but has no access to JIRA (in our case: not in the group jira-users) - e.g. he has access to confluence
In this case there is no error mail and no issue is created. The mail won't be touched in the mail box. Does anybody know the issue and has a solution?