I have set up an alias "approve" set to transition a service request to the next workflow step. Using a test case, that seems to work fine but it sees that the validation is failing. I have assigned the issue to myself and set myself as the approver, and I have admin, developer, and team member access to the project. According to the results, the test case is running as me, as expected. Below is what I am getting in the workflow section after running the test case (abridged):
The issue has not been modified, nor is 'Approved' not valid, when I look at the issue after running this, I can approve it manually in the UI without any problems. I have also run the permission checker and I have no issues editing the issue or transitioning the issue.
Thoughts?
So JEMH cannot approve or deny issues through email any longer using the standard approval logic in Service Desk:
https://thepluginpeople.atlassian.net/browse/JEMH-5010
This is deceptive as all of the documentation says it is possible.
For anyone coming across this question - since JEMH 2.7.0 there is support for triggering Jira Service Desk approvals via JEMH Directives. For example, using the @ prefix processor, with the following 2 lines at the top of an email:
@jsd.approval=waiting for approval
@jsd.approval.decision=approved
The name of the approval to approve/deny must be specified via jsd.approval and then a decision can be supplied via jsd.approval.decision
The email sender must be in the list of approvers for the issue to be able to trigger an approval.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joe,
I do not think that the documentation is deceptive or misleading, all of the documentation is written in relation to standard JIRA workflows, likely the documentation was written before JSD approval's were implemented, JSD approvals are an additional feature on top of workflow transitions and have never been supported by JEMH.
We are investigating adding support for the JSD approval process, the issue you link above tracks the progress of this, please comment and vote on the issue so that we know it needs prioritising. Currently JSD is blocking the validation of the workflow transition, this will require investigation to see if we can resolve this.
Kind Regards,
Reece
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.