Get requirement levels on DOORS NG using OSLC
Accepted answer
Carlos,
RDNG OSLC provider does not expose structural information of modules.
However the publish service does expose some of that information. I would suggest to try it and see if it offer what you need. An example of it :
https://sever:9443/rm/publish/modules?resourceURI=_M8Bq0SvIEeW3QqnQxT9Jsw
PLS let me know if questions about it.
Best Regards,
RDNG OSLC provider does not expose structural information of modules.
However the publish service does expose some of that information. I would suggest to try it and see if it offer what you need. An example of it :
PLS let me know if questions about it.
Best Regards,
Comments
Sorry about that, it seems to copy Rich text data : let me try again :
https://squalo.ratl.swg.usma.ibm.com:9443/rm/publish/modules?resourceURI=_M8Bq0SvIEeW3QqnQxT9Jsw
Thanks Gabriel!!!
According to your query (https://jazzServer:9443/rm/publish/modules?resourceURI=moduleID), I get a XML file with all information that I need.
To get the requirement levels (sections), there are two attributes: <rrm:section> and <rrm:depth>. The former gives the section number, and the latter provides the level.
I also find another attribute to get the requirement order defined in the module (<rrm:bookOrder>)
Do you know if I could apply the same query to DOORS 9.5 using DWA?
Thanks again,
Carlos
Carlos, I got this answer from D9 team:
"To get info which is not part of OSLC in D9 a customer would have to use DXL services and generate the data themselves "
Thanks Gabriel,
I also thought that DXL was the option.
Thanks again!!!