How can I get DOORS Next components properties through API?
I would like to get IBM DOORS Next component properties - artifact attributes, data types and link types in each component. The goal is to have consistent attributes across all components. Manually checking them one by one is time consuming.
Is it possible to retrieve this via API? Any suggestions/idea will be useful.
One answer
Rather than trying to check these things into alignment, it's better to make them identical (i.e. with no scope for human error) by importing the type system from a managed master typesystem. See https://jazz.net/library/article/92352
In 7.1 there's a new Type API to retrieve the types in a configuration see here DNGServerAPI < Main < TWiki
For <=7.1 it's possible to retrieve types through the configuration-specific services.xml, as oslc:resourceShape references in the CreationFactory tags. You can find services.xml using the discovery sequence described here https://jazz.net/forum/questions/266334/dng-oslcfetch-components-from-project-area
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Dec 06 '24, 2:26 a.m.This is the API landing page: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding if you want to look through the APIs to get an idea.