Is there a way to log a defect to RTC from Raitonal AppScan?
2 answers
I'm not familiar with AppScan, but you might be able to use the plain-Java client libraries available for download on jazz.net (see "Incubators" at the bottom of https://jazz.net/downloads/rational-team-concert/releases/1.0?p=allDownloads). I think these would also run as plug-ins if OSGi is present at runtime. See https://jazz.net/wiki/bin/view/Main/RtcSdk for general information and https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation for information on creating work items programmatically. Note that there are no API stability guaranties across major versions of RTC and the service interfaces the client libraries are using are going to change too.
Regards,
Christof
Jazz Work Item team
lquesada wrote:
Regards,
Christof
Jazz Work Item team
lquesada wrote:
AppScan has a well publihed API and extensions framework. Is it
possible to build an AppScan plug-in, which logs a defect to RTC?
What would be required from RTC is some sort of API, which allows an
external program to create work items. Does something like this
exist already?
We're currently developing a version of AppScan that integrates with Rational Quality Manager, AppScan Tester Edition. This integration will provide the ability to log a defect from within an AppScan Enterprise report (not AppScan Standard edition). The integration will be available in Q1 2009.
Like Christof said, an API to create work items in RTC exists, and the integration makes use of it in order to create defects.
Let me know if you have any other questions.
Like Christof said, an API to create work items in RTC exists, and the integration makes use of it in order to create defects.
Let me know if you have any other questions.