没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > cqccintegrated |
cqccintegrated
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
OverviewThe ClearQuest/ClearCase Integration allows users to associate changes made in ClearCase to Defect/Enhancement/Issues(DEI) in ClearQuest. The integration is driven by ClearCase(CC) triggers that fire based on certain CC actions.
DetailsThe triggers retrieve and send data to ClearQuest(CQ) via the CQ XML interface (http://code.google.com/p/cqxmlintf/). The triggesr generate XML to send to the CQ XML interface and parses the XML returned from the XML interface. The Integration stores ClearCase(CC) data about the file version in the source_versions field in CQ. CC creates an attribute called DEI that contains the ID of the DEI associated to the file version. The CC checkin comments are added to the associated DEI in CQ in the form of a note of type 'Comments'.
JustificationThe ClearQuest/ClearCase integration that is supplied by IBM is not customizable and does not work with a mixed environment of Base and UCM enabled ClearCase. So we developed our own integration that works independent of the ClearCase environment and allows us to customize according to our schema.