It's all about the answers!

Ask a question

Can RPE/PUB be used to document DOORS Next Schema


Chris Hardy (3327) | asked Nov 08 '23, 10:17 p.m.
Hi,
Is it possible to use RPE/PUB to document DOORS Next Schema for a given project, e.g.
List Artifact Types, 
         associated Attributes and 
                   associated Data Types (with values for enumerated type).

Essentially the info that is in Manage Project Properties in DOORS Next.

Any ideas if this is (partially) possible?
Using DOORS Next and RPE/PUB 7.0.2

3 answers



permanent link
Davyd Norris (2.5k217) | answered Nov 09 '23, 2:40 a.m.
Hey Chris!

It is available in a fashion but you'd have to really fiddle to extract it. You'd have to pull the raw XML and handle the parsing yourself as there's no schema or Reportable REST end point.

I have written several Javascript apps to document and manage schemas across entire ELM instances, and there's also a Java based Type Manager app that a few old Rational folks wrote but that only works for CM enabled project areas

permanent link
Chidambaram L (23414287) | answered Nov 30 '23, 8:40 a.m.

Though not a common requirement, It is fully possible & we can create the same for you. - chidambaram (at) pesiltech (dot) com.


permanent link
Suad Kajtazovic (261) | answered Feb 02, 5:33 a.m.
edited Feb 02, 7:47 a.m.

Here is an example how to get the configuration of a component (i.e. Manage Component Properties):

https://[server:port]/rm/types?oslc.select=%2A&oslc_config.context=[configuration context url]&resourceContext=[component uri]


Your answer


Register or to post 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.