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!
Ah, as is often the case after asking for help, I figured it out.
Since I'm hacking workflow XML anyways, why not try removing the "Add a comment" post-function there:
<function type="class"> <arg name="class.name">com.atlassian.jira.workflow.function.misc.CreateCommentFunction</arg> </function>
Hey, that worked. Nice.
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.