We use the built in Jira Service Desk approvals on some of our workflows to process approvals on certain ticket types. We've noticed that sometimes, our users don't actually hit the Approval button (or cannot from their email, as our Jira server is unreachable from mobile devices/off VPN). Is there a way to setup in Jira Service Desk the ability to parse an email where someone has simply sent a comment with "Approval" to process the Service Desk transition?
Hi @Rory Aptekar ,
I had the same issue,I used Project Automation (Automation for Jira) to send Email to approvers.
If mail subjects contain Issue-Key, replies on them, could be recieved as a comment on Issue.(remember that those comments are added by a Unique/Default user, for example Jira Admin)
You also need to add incoming mail handler. Documentation is here:
Then with another trigger on Project Automation, issue is transitioned and approved when the comment contains specific word. (e.g. "Approved" )
You can add condition to automation using JQL,
and to search for comments containing words or added by someone with JQL, you'll need ScriptRunner plugin.
So it is a little complicated but could be done by adding one or two plugins.
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.