Hi all,
I'm working on a Post Commit flow using ReviewBoard (version 3.0.16) and TeamCity:
1. Developer commiting a code using SVN Commit and enters code review
2. TeamCity listen to any change in the Repository and once a new commit found some powershell scripts are running in order to extract key words from the commit message
3. Finally rbt post commad creates the Review request usnig some information from the commit message.
The flow works ok except that every now and then the rbt post command fails with the following message:
Error updating review request draft: Error publishing: The draft must have a description
When the flow works, the description is been extracted automatically from the commit message.
Does the descrption supposed to be automatically extracted from the commit message or it's just a glitch that happens every now and then?
If it does what can cause the description not to be automatically extracted?
Thanks in advance,
Liran.