I shall make this brief...
I have an email handler setup to create an issue via an email to a specific address. This works just fine.
Is it possible (via a plugin or code even) to send an email to transition an issue to the next status?
Thanks
Paul
Hi Paul
You may to look for the following mail handler plugins which could provide the requested configuration:
Hi Paul, you can use a JIRA Add-on for this. Check the JIRA Enterprise Mail Handler: https://marketplace.atlassian.com/plugins/com.javahollic.jira.jemh-ui
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JEMH allows users to provide Directives, that can update all standard JIRA fields as well as advance workflow, eg;
@workflow=Start Progress
JEMH has Aliases that can allow you to define 'start' = 'workflow = Start Progress' to simplify the above to:
@start
If you just want to reopen resolved issues on comment, JEMH can do that through configuration.
There is a gotcha for unassigned issues to bear in mind.
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.