Forum Discussion

blawton's avatar
13 years ago

Review Completed Trigger

I'm looking to send an email alert on the completion of any review -- nothing fancy, just one email to one person every time a review reaches the "completed" phase. I looked in the triggers section of the ccollab administration and all I found was a "Review Phase Changed" trigger, but that appears to work on any change in phase. Is this doable in CodeCollaborator as it stands? What should I be looking into? I'm running v6.0.6013. Thanks!

1 Reply

  • You've probably solved this a long time ago, but perhaps it will be useful for someone else.



    I use the Review Phase Change trigger you cited and pass in the ${review.phase} variable as a parameter to my script, and just check it for "Completed" in my script.  If it's anything other than that value, I do nothing.