Hello,
I know that in QC 10 it was saved in temp folder on the client site, or it was saved in repository folder on the server.
In ALM 11 and higher it is no longer saved in temp file (localy) on client site. And there is used Smart repository so you can get the workflows scripts by FTP from the server site.
But I do not have access to the server repository. So i need to get access the workflow scripts by OTA API. The main reason is that when I do something by OTA API the workflow scripts are not run. So I want to run some specific parts from workflow scripts when I connect by OTA API.
For example when I change status of defects, I want to run part of scripts that is run when defects is posted by action Bug_CanPost.
I know that I can just copy paste this script but it is very frustrating because when I do some changes in workflow script then I have to also change the same thing in all OTA API scripts.
Do you know how to do it?