How to query work items across project area by SQL?
I want to know how to query work items across project area.
According to following topic on forum, it may possible by using Query API. https://jazz.net/forum/questions/14778/querying-work-items-spanning-across-multiple-project-area Besides it, I want to know SQL with which I can query work items across project area, so that I can run it on DB2 command editor. |
Accepted answer
Querying work items across project area using SQL queries is currently not supported.
However - as the above topic underlines - this can be achieved programatically using Work Item API https://jazz.net/wiki/bin/view/Main/QueryDevGuide and/or using OSLC - https://jazz.net/wiki/bin/view/Main/WorkItemAPIsForOSLCCM20 Seth Packham selected this answer as the correct answer
Comments
Madhan Babu
commented Dec 17 '12, 8:25 a.m.
How can it be not possible to query with SQL on a DB?
Hello Madha,
Guido Schneider
commented Dec 14 '16, 10:03 a.m.
Today with Report Builder you can build such queries and see in Advanced the SQL statement.
Kevin Ramer
commented Dec 14 '16, 1:20 p.m.
To Madhan: Even given information about the schema, there are security considerations as Jazz applications add a protective layer above the database ( e.g. Access Control on project area ). Having a "direct" sql pipeline will, by default, bypass that.
|
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.