Hi Team,
I was wondering if there is any way to customization email notification to allow the user to take action on the email notification instead log in to Jira.
Thanks
Abhi
What you are asking for is arbitrary actions related to an issue without authenticating, its a pretty niche feature that quite rightly is not possible by default.
The only solution I know of is the one we wrote( as part of Enterprise Mail Handler (JEMH) for Jira (disclaim: its our product!), where we allow custom tokenized urls to be placed in HTML notifications that JEMH generates (even with nice css AUI buttons for Accept / Reject), enabling a Set of issue manipulating Directives to be used to update an issue.
See the Use Directive Sets page on our wiki, specifically the "Use in workflow" section.
The Fundamentals are that ion the email template, you nominate a context user for the related operation, possibly the recipient, and refer to a predefined 'group' of Directives (all standard issue fields), every time a related email is sent, a new instance of clickable link tokens is generated that can be used in the email. When one link is used, all other in that set are removed, so its a one time, non-reversible, unhackable solution.
I should also say, due to the nature of JSD, you can either have JSD notifications in a project or JEMH, not both.
I also ran across a JSD related post that may work for you:
- https://community.atlassian.com/t5/Jira-Service-Desk-questions/Approve-button-in-email/qaq-p/825708
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Andy!!
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.