About connector?
Hello,everyone,
I am a new here.
Now i want to take advantage of the Repository and report component of Jazz, I want to use repository component to store my data produced by some tools and use report component to report the data.
Can i development a connector for my tools for the purpose?
Thanks! :D
I am a new here.
Now i want to take advantage of the Repository and report component of Jazz, I want to use repository component to store my data produced by some tools and use report component to report the data.
Can i development a connector for my tools for the purpose?
Thanks! :D
2 answers
If there are existing Jazz data types that represent the kind of data you would like to store (e.g. work items), then you would create a client application that creates instances of those existing types in the Jazz repository. If instead you need to define your own data types, because existing types do not model the data you wish to store, then you will need to create a server extension that includes a storage model and a service for creating and accessing items of your data types, and also a client application that uses your service to store your data.
This page should get you started:
https://jazz.net/wiki/bin/view/Main/ComponentDevelopment
John
Jazz ClearQuest Connector Team
This page should get you started:
https://jazz.net/wiki/bin/view/Main/ComponentDevelopment
John
Jazz ClearQuest Connector Team
Hello,everyone,
I am a new here.
Now i want to take advantage of the Repository and report component of Jazz, I want to use repository component to store my data produced by some tools and use report component to report the data.
Can i development a connector for my tools for the purpose?
Thanks! :D
Thanks for your reply! It is just that i need!
If there are existing Jazz data types that represent the kind of data you would like to store (e.g. work items), then you would create a client application that creates instances of those existing types in the Jazz repository. If instead you need to define your own data types, because existing types do not model the data you wish to store, then you will need to create a server extension that includes a storage model and a service for creating and accessing items of your data types, and also a client application that uses your service to store your data.
This page should get you started:
https://jazz.net/wiki/bin/view/Main/ComponentDevelopment
John
Jazz ClearQuest Connector Team
Hello,everyone,
I am a new here.
Now i want to take advantage of the Repository and report component of Jazz, I want to use repository component to store my data produced by some tools and use report component to report the data.
Can i development a connector for my tools for the purpose?
Thanks! :D