So using <... auto="True"> in one of my transitions (as documented in What is your most valuable Jira "trick"), I am conditionally (based on SOX field) firing an Auto-Approve transition after users manually do a Verify transition.
Unfortunately, when I add a Comment during the Verify transition, I end up with a duplicate of the initial comment added during Verify. Here's the portion of the workflow I'm working on:
image2015-9-16 20:19:26.png
I suspect that because Auto-Approve still has "Add a comment to an issue if one is entered during a transition." post-function, it somehow thinks the Verify Comment is something it needs to add to the issue, and I end up with it there twice.
Any ideas? Thanks all!