It's all about the answers!

Ask a question

Question about JAZZ database structure


Andrea Ianni (1611916) | asked Dec 16 '09, 12:14 p.m.
Hi all,
I'd like to programmatically join the work items (in the WORK_ITEM table) with team area (into PROCESS_AREA table) and the sprint: how can I make the join sql?

What fields of the tables I use for the SQL join?
There is a database schema? Where I find it?

Thank you

One answer



permanent link
Jean-Michel Lemieux (2.5k11) | answered Dec 16 '09, 4:17 p.m.
JAZZ DEVELOPER
The database schema is internal. If you want to run work item queries, I'd use the work items Java API instead.

Your answer


Register or to post your answer.