How to get the default component from project area in DNG?
![]()
lakshmi jyothsna (37●5)
| asked Dec 20 '21, 5:32 a.m.
retagged Jan 19, 8:13 a.m. by Ian Barnard (1.2k●6●13) Hi Everyone,
Is there any way to get the URI of the default or initial component form the project area in DNG?
|
Accepted answer
![]()
Hi
There's an example of finding the components and configurations in a project at the OSLC API request/response level in my answer here https://jazz.net/forum/questions/266334/dng-oslcfetch-components-from-project-area - this shows the component names with project rm_gc_p1 having a component rm_gc_p1.
Note you may want to carefully consider how to handle:
* The default component has been archived
* The default component has been renamed
* After either of the above another component has been renamed the same as the project.
HTH
Ian
Ralph Schoon selected this answer as the correct answer
|
Comments
hi Ian,