How to use oslc to query requirements by a graphical requirement type
I'm trying to write a script that filters requirements by type. i've figured out how to do this for text requirements by getting the services.xml document and enuerating the creation factories. This give me the uri of the requirement type instanceshape (and its name). So in my script I can say find all use cases for example by finding the instance shape URI and adding that to the query capability as an oslc.where clause. But I'm stuck on grahical requirement types. How do I find the URI of the instance shape for these. They don't appear in the services document for the project area.
Thanks in advance |
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
Hi, which version are you using ? 4.0.0.1 seems to have the graphical artifacts listed in the services doc.
Hi
am using 3.0.1.3. Ok so it may be then that we have to upgrade