Hi there,
I am using JEMH and I want to send the transition ("approved" and "rejected") in an email . In response once he approves or rejects it through email there should be a change in the status of the workflow.
Is it possible?
Thanks in advance
If I understand your requirements clearly, you wanted an email that contains 2 options (your approve and rejected transition) that a user just needs to click (so the buttons here will need to POST to the JIRA REST API for updating an issue together with the user's JIRA account with password and project ID).
Based on this, you will need to do some coding and customized emails and it's not available natively in JEMH. I believe you can only do 1 transition at a time
Reference: https://thepluginpeople.atlassian.net/wiki/display/JEMHC/Issue+workflow+transition+by+email
Thanks for your response. Does the reference link you sent work other way around. When the user sends @workflow=approved. Will this change the status in the workflow?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Reference has helped me in sending the Email to the user and change the status. Thanks a lot. Can you please explain me how to use the JIRA REST API's on using the buttons for a particular email so that once the user clicks approve or reject button the issue is updated
Thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Read on how to update an issue via the JIRA REST API here
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.