How to retrieve all unbounded requirements of a project
Hello,
|
Be the first one to answer this question!
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
So basically you want all the requirements minus those bound in some modules. It will be very expensive to run I suppose.
@dnong What I would like to have is an alternative to the private method deleting a requirements from a module and getting all unbounded artifacts, thus I can delete them in an extra step explicitly.
An ideal solution should use the new introduced module API and some other API to get all unbounded requirements.
So you shouldn't get all unbounded requirements, and you just need to test whether a base artifact is reused in any modules. I know that private APIs can do that - that's when you check the "Where used" on the DNG GUI. The Module API is based on modules (working in an opposite direction) so I don't think it will work.