naresh wrote:Hello Maxim,
I am trying out the new email submission features in 2.8 Beta. I noticed some things that are annoying.
1) The body of an email doesn't get logged in the message of the task. All i see is a blank note created. Is this a bug?
It should be logged. What email client you use ? Possible, you use RTF messages (we support HTML and plain text body). TrackStudio should also add attachments. If problem still persist - please send me logs.
naresh wrote:2) We cannot expect our users to use a magic string whenver they submit new issues. Ideally, we would like to just read their email and create a new issue if they don't have #issue_no in their email subject (for registered users). Unrecognized user's emails should be forwarded to us for processing.
Yes, of course. Your users should use magic # only to add messages to existing tasks - they should receive message with # as email notifications and all they need - reply to such mail. To import new bugs no magic required, you can parse your support mailbox and TrackStudio will import all it can and send unknown mail to your mailbox.
Please refer
http://trackstudio.com/forum/viewtopic.php?t=134 for more details.
naresh wrote:3) Can you show me how i can edit the body of the email sent by TrackStudio whenever an update is made to an issue? I don't want the extra fields included by TrackStudio.
You need slight source code modification for it - you need just to remove all unwanted fields from it. I'll send source for review to David.
naresh wrote:In the future we would like to be able to create users through email. Although, this is not a priority right now.
Regards,
Naresh.
Its quite simple task if you can code it in Java - you need not modify nothing, just implement adapter (simple class, 50-100 lines of code) and include it in pipeline. I'll send source code of existing adapters for review to.