Hello,
I would like to create an event which triggered by mail from outside to a mail handler that will automatically change the issue status let's say from open to in progress.
The pupose of this is to be able to change the status when a customer sends mail to the system which will automate the change instead of the support team to do that.
Nadav.
Off the shelf, you can't do it. You need code to read the incoming mail and perform the transition.
Personally, I wouldn't write any, I'd simply try to get the JEMH installed, as that can do it (and has a raft of other immensely useful email functionality for Jira)
However, you've said you're OnDemand, which means you can't install either the JEMH or any other plugin to do it and the only thing that might work is configuring the auto-transition listener to do the transition on ANY comment on the issue (whether it's from email or the web UI). https://confluence.atlassian.com/display/AOD/Atlassian+OnDemand+Plugin+Policy
Hi Nic,
Thanks, it sounds good to me,
Can you explain in more details how to create this auto-transition listener?
Can I use it only in a specific status in the workflow?
Can I create another transition in the same status that won't change the status when a comment is added ?
Thanks, Nadav.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's a listener, rather than a workflow item, but it's quite flexible, you can use it on one, some, or all transitions.
Have a look through the doc for it - https://studio.plugins.atlassian.com/wiki/display/JTOOL/Auto+Transition+Listener
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
I tryed to configure the listener but could not find the listeners menu.
I think it's because I'm using the on-demand type.
If it's the case, can you think of something else?
I could see there is an event of comented issues but I could not configure it to change the status.
Anyhow thanks for your effort and time for my question.
Thanks, Nadav.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, ok, well, if it's not there, then it's not enabled in OnDemand. I think you're stuck and you can't implement anything that will do what you're trying.
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.