Starting point to mine Jazz Development data
I am trying to extract information from the Jazz development data, but I'm not quite sure where to start. I want to extract what changes were committed for change sets, who made the changes, and what work item each change set is associated with. What is the best way to gather this information? Interfacing with the database directly thru SQL or trying to work thru the Client or Server API's? Any help would be much appreciated.
Nick
Nick
3 answers
Hi Nick,
For getting information from a changeset, it is possible to get this information programmatically, either client or server side API's, depending where you want the analysis to be in.
https://jazz.net/forums/viewtopic.php?t=1712&highlight=changesets
https://jazz.net/forums/viewtopic.php?t=1014&highlight=changesets
In cases where the information you want to get is not surfaced form the APIs, you have to do through the database. I have an earlier post that has a link to the subset of the schemas:
https://jazz.net/forums/viewtopic.php?p=15580#15580
Hope this helps.
Annie
For getting information from a changeset, it is possible to get this information programmatically, either client or server side API's, depending where you want the analysis to be in.
https://jazz.net/forums/viewtopic.php?t=1712&highlight=changesets
https://jazz.net/forums/viewtopic.php?t=1014&highlight=changesets
In cases where the information you want to get is not surfaced form the APIs, you have to do through the database. I have an earlier post that has a link to the subset of the schemas:
https://jazz.net/forums/viewtopic.php?p=15580#15580
Hope this helps.
Annie