Hi there,
I'm having trouble with a mail handler in JIRA.
My goal is to automatically create a comment on JIRA issues every time a comment is made in GitHub (that has a JIRA Issue Key).
I've set up the mail handler and the test run works, and it gives me those messages:
Summary:
- 1 messages read from the server
- 1 new comment created
- 1 attachment created
Found 1 messaegs in the pop3 folder.
Adding comment 'TEST' by user 'abc' to issue 'AB-1234'
Creating attachment 'null'
Deleting Message 'TEST email'
The thing is, that it's rather random (does NOT happen more often that it does happen) if the comment is then actually created or not on the JIRA issue. What could be wrong?
Best regards
Kristín
If your incoming mail server is on POP3, then the moment you click on Test button, emails have been read and removed from your email server. That's why test will be successful, and real run wont catch any new emails.
This is an limitation of the protocol, the retrieve email in POP is read and delete. More details here:
http://en.wikipedia.org/wiki/Post_Office_Protocol#Overview
The solution for this is not use POP, use IMAP instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've by the way read this page and I didn't find any answers there: https://confluence.atlassian.com/display/JIRA/Creating+Issues+and+Comments+from+Email
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.