It's all about the answers!

Ask a question

RQM scripts pointers


Tradel Bravise (144) | asked Feb 14 '11, 3:06 p.m.
RQM scripts point to one sandbox of RFT initially and now RFT is moved to somewhere else a new sandbox is created.

I know that we can manually make RQM scripts to point to the new location script by script, but I am wondering whether there is a way to change all of them in one command?

One answer



permanent link
Kurtis Martin (1.4k11) | answered Feb 15 '11, 12:52 p.m.
JAZZ DEVELOPER
There's no way in the RQM UI to change the script path of multiple RFT scripts at one time. You would have to do it manually or you need to write a program to make use of the RQM REST API to programmatically do this. Essentially that program would get all "remotescript" resources, look to make sure the script is of type RFT and contains the old sandbox path. Fix the path then PUT the updated remotescript back into RQM. More info on the REST API is here:

https://jazz.net/wiki/bin/view/Main/RqmApi

Your answer


Register or to post 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.