BuildForge/ClearQuest integration
What is the best way if any to iterate a BuildForge while step over the result of a ClearQuest query?
In other words, run a script step to query ClearQuest, save the result set and run another script as a while step for each row using column values as arguments. Thanks. |
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
Gregory Blank
commented Jul 17 '13, 8:35 a.m.
Thanks, Spencer.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.