Fetching requirement artifacts using Oslc
Accepted answer
It has been asked multiple times. Simply put, use the <nav:parent> attribute.
https://jazz.net/forum/questions/129196/how-can-i-list-the-requirements-within-a-folder-in-doors-next-generation
https://jazz.net/forum/questions/205880/dng-60-retrieving-requirements-from-a-folder-in-dng-using-oslc
https://jazz.net/forum/questions/206804/dng-60-how-to-fetch-requirements-from-a-folder-using-oslc
https://jazz.net/forum/questions/129196/how-can-i-list-the-requirements-within-a-folder-in-doors-next-generation
https://jazz.net/forum/questions/205880/dng-60-retrieving-requirements-from-a-folder-in-dng-using-oslc
https://jazz.net/forum/questions/206804/dng-60-how-to-fetch-requirements-from-a-folder-using-oslc
One other answer
I am able to fetch the artifacts now from the project area, but not from a particular folder...
I tried to follow the above answers, but none of them is giving the exact solution. Just curious to know if there is direct url from the response page..
Sud
Comments
I don't think there is a "direct" URL. The logic is, a folder does not contain the artifacts, but the artifacts belong to a folder. In technical terms, a folder does not have attributes related to the artifacts, but the artifacts have an attribute (<nav:parent>) pointing to the containing folder. So you have to do a query on the artifacts.
Thanks Donanld. I am able to follow now. The query has to be derived to fetch the artifacts belonging to a particular folder.