For our application we need to get a list of all incoming emails associated with an issue, so I can extract basic information for each such as from, subject and body
How can we do this programmatically ?
Thanks,
Hello,
If you are not on cloud, then you have to write a mail handler plugin. you can find tutorial here
Hi Alexey:
We are, in fact, able to get some email fields when an issue receives an incoming email.
The happens on the "Issue Commented" event where we get the comment like this:
Comment comment = ComponentAccessor.getCommentManager().getComments(issueObject)
From there we can get the author, created time and the body of the email.
In addition we would like to get the from, to and subject fields but those are not available from the Comment object.
So my question is, what other Object can we look at to fetch those?
Thanks
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.