How can call a script when the user do an action in QM
Hello,
I want to integrate QM with another tool, but I would to know if exist the way to create like a hooked script which is called when the user create a new artifact in Quality Manager? or when do an action like save, promote to he next state, or any action. Is possible? and I was wondering if this actions could be linked a web service where I get the action is doing the user at the moment.
Accepted answer
Hi Rafael,
Toni
You would have to write your own program using the RQM REST API and use something like the RQM URL Utility to make the calls. Possibly, an agent could run and query periodically based on creation date to find new artifacts, etc.
These are the references:
https://jazz.net/wiki/bin/view/Main/RQMURLUtility
These are the references:
https://jazz.net/wiki/bin/view/Main/RQMURLUtility
https://jazz.net/wiki/bin/view/Main/RqmApi
Hope this helps,
Toni