Hello!
I've implemented the approval feature in our Jira Service Desk.
There is one annoying thing with the approval stage.
The user who receives the approval buttons in their mail, have to log in to approve the ticket. Is it possible to modify the URL so that the user could approve their ticket without logging into the customer portal?
This would really help those clients who don't want to sign in or register with the portal.
So I don’t use JSD in Server platform but my understanding is that the approver can do so from the email via a button. See here - approving-a-service-desk-request
Hello! Yes it's in use at the moment and it works nice.
My question is that can it me modified so that the user doesn't have to log in to approve.
On the link you posted, it says "If you aren't logged into the customer portal, you will be prompted to do so"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes its possible but with scripting. I achieved as following
If you are using scriptrunner , you can create one custom rest end point where you process the request with admin user.
One post function where you send email to user for approval; Once user click on this link , your custom rest end point receives the request and process it without any user login or even without any user license.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be really nice if you had some instructions how to implement this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.