BuildForge/ClearQuest integration
One answer
It should be possible. I am not really familiar with scripting CQ queries, but if you can get the size of the result set you could use the while step to iterate through each value in the result set. Using the column values would be trickier as I don't know how you would set the step condition to fail when you reached the end of the result set. In this case it sounds like a 'for' loop approach with the result set size would be easier than a 'while' loop approach with column arguments.
~Spencer
Comments
Thanks, Spencer.
I can get the size within the script, of course. What I don't understand is how do I pass the result set (and the size) from a Perl script back into BF. All I see is a single 256 char long string return value. I cant pack the result set into such a string. Perhaps I can set the environment variables from a script?