Traceability Matrix with DNG and RPE
How do you follow links in DNG for N-number of module artifacts linked together?
Example: A --> B --> C--> .. --> N The number and names of the modules are known apriori but the number of artifacts in each module is not. I simply want to start at A and walk each link to the next module artifact and so on all the way to N in order to build a traceability matrix. I can do it between any two module artifacts but I don't see the necessary information being returned in the response in order to walk the entire length. In other words, if I request artifact info for module A I see the 'satisfied by' link info and can go directly to that artifact in module B. But there's nothing in the response that tells me it's module B or if the artifact in module B is 'satisfied by' an artifact in module C. It just says 'satisfies' the artifact in module A. So I'm stuck in this loop between modules A and B. Artifact B in DNG shows me both the 'satisfies' and 'satisfied by' links but I don't seem to be able to get them via the API except using the module URI which I don't get by following the link from module A to module B. Obviously, I'm missing something. |
Accepted answer
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.