The Rational Quality Manager Application Programming Interface (API) is the mechanism used by various integrations to extend the definition and capabilities of Rational Quality Manager. It allows you to perform several operations programmatically with the data in your repository, using any utility that can perform HTTP operations. You can create, read, update, and delete the data in your repository. For more information, see https://jazz.net/wiki/bin/view/Main/RqmApi.
The Rational Quality Manager Copy Utility is an open-source, stand-alone, Java application used to copy Rational Quality Manager test assets, such as test plans, test cases, and lab resources. You can copy test assets to the same project area, to a different project area in the same Rational Quality Manager repository, or to a different repository and server altogether, allowing you to share common artifacts across projects and teams. This tool is not intended as a backup utility. For more information, see https://jazz.net/wiki/bin/view/Main/RQMCopyUtility .
The Rational Quality Manager URL Utility is a sample, stand-alone, Java command-line application, where you can use REST API to upload, download, or delete test assets to or from the Rational Quality Manager server. This tool is compatible with Rational Quality Manager 2.0 or later. For more information, see https://jazz.net/wiki/bin/view/Main/RQMURLUtility
The Rational Quality Manager Excel and Word Importers allow the Excel and Word applications to export test data to Rational Quality Manager through HTTP. By using this utility, these applications can directly export test assets in a well-defined XML format. The XML content can then be imported to a Rational Quality Manager server using standard HTTP protocols. For more information, see https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter.