It's all about the answers!

Ask a question

Starting point to mine Jazz Development data


Nicholas McGovern (613) | asked May 09 '09, 10:29 a.m.
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

3 answers



permanent link
John Doran (9182) | answered Aug 30 '09, 8:07 p.m.
Also for clarification, I am a Master's student at ASU and I wanted to use the data as part of my final project. Thank you.

permanent link
John Doran (9182) | answered Aug 25 '09, 11:47 p.m.
Hello,

I am interested in getting access to the Jazz development data so that it can be used for an academic project.

Can you tell me who I need to speak with to get started?

permanent link
Annie Ying (2063103) | answered May 09 '09, 4:05 p.m.
JAZZ DEVELOPER
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

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.