I am trying to create a basic groovy script that will parse the subject and body of incoming email to create issues to start. I have been trying to use an existing example script I found as the basis but for some reason it is not going to the inbox of the account used by the JIRA server it is going to:
"Found 0 messages in the directory: /var/atlassian/application-data/jira/import/mail"
and finding NO mail. Testing incoming mail service with the basic JIRA mail handler functions works perfectly, creates a ticket from the subject line but the scripted mail handler is failing....I don't get why...