In my company we use Jira as a support tool and most communication with the Customers happens via email and is automatically logged in Jira. We are looking for one or more plugins to solve these requirements:
We have looked at the JEMH and the JEditor plugins, but it is is quite difficult to read from the documentation whether one of them (or another) solves our problems. Hope someone in the community give a straight answer!
Lise,
Andy pretty well covered it, but for what it's worth - I've been experimenting with using JEMH and JEditor for exactly the same reasons. I was able to produce rich text emails by doing the following:
1) I installed JEditor and replaced the comment renderer with the JEditor renderer.
2) Using JEMH, I built a template set that includes a velocity template that only displays the comments.
3) I set JEMH to send a notification using this template to customers whenever the ISSUE COMMENTED event fires
Now, I can write comments directly in the JIRA tickets using JEditor's rich text editor, and the customer receives them as a fully formatted HTML email. I've also set up some custom events (with associated templates) that fire on various workflow transitions, giving me fine control over when the customer receives certain updates.
From what I've seen so far, using these two plugins together can greatly enhance JIRA as a helpdesk solution.
Jason
Thanks Jason
In our JIRA support project most issues are created via incoming email. Does the JEditor plugin also help us keep HTML formatting from incoming emails?
Anyway, we have decided to install a trial version of the JEditor along with JEMH and JETI. Hope the combination of these three will give us what we need! :)
Lise
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, JEMH does a lot, so summarising over your list:
- attachments: JEMH can provide a footer under each comment that includes new images and files. Images are rthumbnailed and linked to the attached image. As yet its not done in-line, this is an open feature request - https://thepluginpeople.atlassian.net/browse/JEMH-1297
- email header: JEMH can do this, see https://thepluginpeople.atlassian.net/wiki/display/JEMH/Customize+the+Comment+Header
- signatures: text can be culled through regular expression matches (Profile > Email > Body Delimiter Regexps). Attachments can be blacklisted by type through the JEMH Profile (course blacklisting), or in the case of attachment logos, uploaded into JEMH where a hash is taken of the file, no file matching that hash will then be ever uploaded again, see https://thepluginpeople.atlassian.net/wiki/pages/viewpage.action?pageId=2850907
- richer text formmating: JEMH has several HTML parsing engines, one includes wiki table formatting. Wiki markup is not HTML and is limited in terms of tables, it is not possible to do many things hence the reduced complexity of HTML->Text. Likewise for pulling out css styles and applying, its very complex. Simple Html tag replacements should be easy enough, a work in progress.
- JEMH has yet to add this feature, but is likely to in the near future. There are other plugins that provide that specific feature (JETI)
- Most mail handlers try to remove included content, JEMH does this too. As there is no specific standard for identifying included/replied to content, the solution JEMH offers is again through the Body Delimiter Regexps, which can be crafted to match your particular environment.
Happy to chat more if needed, just post on http://getsatisfaction.com/thepluginpeople
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your answer Andy!
We have decided to install trial version of both the JEMH and JETI plugins and try out the different options, since we believe we will need both to cover all our demands :)
Lise
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.