Example for requesting a ReqIF export via ReqIF API
Hi,
|
One answer
You have to use the URI of the ReqIF definition. In 605 there is no easy way to discover it from the Web UI, but it can be done using the dev tools of your browser.
Then use an RDF model as specified in the documentation, the important entry is dng_reqif:definition.
Best Regards.
|
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
I gave it a try but got confused as well. According to the document, there should be a <dng_reqif:definition> property, but the one I get in the OSLC response is <rmReqIF:ReqIFDataDefinition>. Due to this, I was not able to correctly specify a ReqIF package when trying to export it, even though I could verify the definition URL is correct.