Query to fetch Active Modules, Test plans & streams on ALM - DNG,ETM & EWM
Hello,
I was trying to get the queries which has to do the below activity.
We require:
1.need count of only active modules in DNG
2.list of test plans excluding the empty test plans in RQM
3.number of streams excluding inactive streams in CCM
We got some basic queries from IBM, with included dummy or empty test plans, deleted Modules & inactive streams as result.
ETM - SELECT COUNT (DISTINCT ID) FROM PLANNING.TEST_PLAN;
For the Oracle, replace PLANNING_TEST_PLAN;
DNG - Select distinct item_id,id,title from RMUSER.DNGARTIFACTS_DB_ARTIFACT where item_id in (select module_item_id FROM rmuser.dngartifacts_db_binding_contnr TBL_2A)
EWM - select count(*) as COUNT from scm.workspace where stream=1
So is there any query which fetch only active modules in DNG, list of Test plan with test case in RQM and active streams in CCM on the server level or project area level.
Kindly help with these
Thanks & Regards
Imay
Kindly help with these
Thanks & Regards
Imay
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER May 24 '24, 10:35 a.m.