RTC Work Item integration with .net application
Hi Team,
I have to integrate Work Item with a .net application.
I have a similar concept same as Work Item. Whenever we create a WorkItem or Update the information of Work Item then the associated Item should be created/Updated in .Net application and vice versa.
I am new to RTC, please help me in integrating.
Please help me how to design the strategy.
I have an idea of writing a Service and this service acts as an intermediate layer b/w my application and RTC.
If there is any change then the corresponding action should be done.
But i am not aware of how to start
Please help me
I have to integrate Work Item with a .net application.
I have a similar concept same as Work Item. Whenever we create a WorkItem or Update the information of Work Item then the associated Item should be created/Updated in .Net application and vice versa.
I am new to RTC, please help me in integrating.
Please help me how to design the strategy.
I have an idea of writing a Service and this service acts as an intermediate layer b/w my application and RTC.
If there is any change then the corresponding action should be done.
But i am not aware of how to start
Please help me
One answer
You might want to look at the Jazz Item Connector framework, which underlies the Rational Team Concert ClearQuest Connector. You can create a combination of an external application and some Jazz server plug-ins to have work items synchronized with analogous objects in some external system.
You can find some general information on Jazz connectors at
https://jazz.net/wiki/bin/view/Main/ConnectorOverview
and information on how to implement an item connector at
https://jazz.net/wiki/bin/view/Main/ItemConnectorCreation
Also, please see
https://jazz.net/wiki/bin/view/Main/JazzLabs
for status on the APIs you will need to use, which are not yet considered stable.
John
Jazz ClearQuest Connector Team
You can find some general information on Jazz connectors at
https://jazz.net/wiki/bin/view/Main/ConnectorOverview
and information on how to implement an item connector at
https://jazz.net/wiki/bin/view/Main/ItemConnectorCreation
Also, please see
https://jazz.net/wiki/bin/view/Main/JazzLabs
for status on the APIs you will need to use, which are not yet considered stable.
John
Jazz ClearQuest Connector Team
Hi Team,
I have to integrate Work Item with a .net application.
I have a similar concept same as Work Item. Whenever we create a WorkItem or Update the information of Work Item then the associated Item should be created/Updated in .Net application and vice versa.
I am new to RTC, please help me in integrating.
Please help me how to design the strategy.
I have an idea of writing a Service and this service acts as an intermediate layer b/w my application and RTC.
If there is any change then the corresponding action should be done.
But i am not aware of how to start
Please help me