Sending WI between 2 different Jazz servers
Hi all,
I wish to make 2 Jazz servers communicate between each other. Let's say that I have a Jazz server with a development team that have their own RTC licences and another Jazz server for an end user team that mainly use RQM and have their own RQM licences.
What I would like to do is allow the end users to send change or defect workitem to the development team that have their own Jazz server and maybe confirm the change and the defect by the development team in the end user server.
Did someone has done something like this ?
Is it possible and is there a better way than another ?
Thank you for your help
One answer
You can make the different CCM applications friends (create friend relationships). Then you can use CLM links like related work item to link work items.
Users that have a login and a license on both servers can create work items on both sides.
If you want work items to be synchronized between both servers, you could create a custom synchronizer to do that. This would however be a major effort. The Idea in the Jazz Architecture is to link items, instead of creating multiple copies of the same data in different repositories.
Users that have a login and a license on both servers can create work items on both sides.
If you want work items to be synchronized between both servers, you could create a custom synchronizer to do that. This would however be a major effort. The Idea in the Jazz Architecture is to link items, instead of creating multiple copies of the same data in different repositories.