Hey,
is there any chance to setup the project component for an incoming mail handler?
f.e. product-xy@company goes to project "system administration", component "product-xy"
I found some add-ons, most with expired version support and the pretty expensive "enterprise mail handler". Is there any other option to setup the component? Something like calling the API and bulk changing tickets or stuff like that? Any experience?
Additionally, is there anything planned in future versions of JIRA to extend the default mail handler to something really powerful?
Cheers,
Christian
I don't think Atlassian have any plans to compete with the Enterprise Mail Handler.
Your other option is to simply write your own handler. JEMH is "expensive" because it has immense flexibility and can cover a huge range of uses, and that requires a lot of coding. But if you only need a couple of things, it may well be worth writing your own that only does the things you need it to.
They're actually relatively easy to write as well (heck, I wrote a couple, so it really can't be that hard!). The way the plugins are structured means that you can take a simple skeleton that just processes mail as the standard "create or comment" does and add your own code to it without having to worry about email formats, connecting to servers etc - it really is just the bit that processes the data and files an issue create/comment.
Hi Nic,
thank you for the fast reply. This is an interesting idea. How did you start writing them? I found this page:
https://developer.atlassian.com/display/JIRADEV/Custom+Message+(Mail)+Handler+for+JIRA
Did you use this page to start or is there any better way on learning how to write them?
Cheer,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup, that's where I started too.
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.