Sending WI between 2 different Jazz servers
One answer
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.
Comments
Hi Ralph,
I am however not sure how the use case should look like. What does send a work item mean?
If you mean via e-mail, it is possible to write a service that reads e-mails and creates work items. The service would likely run with one technical user. Other customers have done that.
You don't need a license to read work items on the other end. I am not sure, if creating the links would require a license. You could use a guest user and all users login as guest on the other end.
A synchronizer would run with one license on each end. However, it is, again, a major effort, like a mail client.
If the two Jazz team servers can communicate with each other, isn't there a case for just having one JTS with all licenses and register both CCM and QM with that one JTS and link work items with test cases?
That's the whole idea of CLM, unless it's a given for you having two JTS servers ...
Like Ralph says, synchronizing work items will be a pain.