Query QM or RDNG artifacts of a specific type created within past time range
Is there a way to programmatically query QM or RDNG artifacts of a specific type created/updated during a given time period across the QM and RDNG repositories across CLM instances (note: we don't want to do it manually creating RRDI or Report Builder reports).
|
4 answers
It appears that you can query for QM/RDNG to return the list of artifacts for a specific user based on a date range but note that the results for that query may change depending on when the artifact was last modified. I was told this is the case even if you query against the data warehouse.
|
For RNDG, it also depends on whether config mgmt is enabled for the project. If enabled then only LQE can be used; it would show the last modification of all the versions that are mapped to configurations. If not enabled then both LQE and DW would only contain the very latest state of the artifact.
|
For QM, it appears that you can only query against a specific artifact type as opposed to having the query return all artifacts of all types. In addition, QM seems to operate on the latest modified date much like RDNG.
Comments
Gary Dang
commented Jun 14 '17, 4:52 p.m.
hi Kathy, are you referring to using REST API to query QM and RDNG? If so, can you provide an example of the REST calls? By the way, we don't use config mgmt in RDNG.
|
Yes, there is a way to programmatically create and run such queries using the Reportable REST API. I've provided the links below.
Comments
katherine szczech
commented Jun 15 '17, 12:03 p.m.
|
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.
Comments
just to clarify the description of the post. What I am trying to do is to identify what QM/RDNG artefacts a specific user has created/updated within a given time period.