So, I created a workflow to get agent peer approvals. Then, I found out that agents will not get approval emails due to a flaw in Jira Service Desk. See https://jira.atlassian.com/browse/JSDSERVER-4207/
Is there a way to trigger these emails via the normal notification system as Jira does, maybe via ScriptRunner, which we have available, until the bug is fixed? (Knowing Atlassian, this could take 10+ years. :) )
Couldn't you just - write a post-function to remove the approver from the field after approval? The event wouldn't be fired to send notification until after the transition completes.
Not sure if this would work or not, but reading the workaround I don't see why this wouldn't work?
If you needed to save the approver user data have another post-function to add them to a customfield saving for historical purpose.
Not sure if it would work, but just an idea.