Does object type ids changes after creating new component in ibm rdng 7.0.2 and cloning artifacts from different streams?
If Yes, then how to get the object type ids for example "system requirement" artifact types imported from previous component when Configuration Management is enabled in ibm rm? |
One answer
Ian Barnard (2.2k●6●13)
| answered Sep 22 '22, 7:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Sep 22 '22, 7:08 a.m. The documentation for cloning https://www.ibm.com/docs/en/elm/7.0.2?topic=components-cloning-artifacts-between says under heading Before you Begin: "Import the component properties so that both components define the same properties, such as artifact types, artifact attributes, and link types."
So yes the clone(s) have different shape URIs, these shapes are local to the config where the clone exists.
You'd get the shape URI for the cloned artifact as normal, this doesn't change because of cloning - this 'just happens' when you specify the configuration when retrieving the artifact.
It's probably a good idea to have URIs defined on all the types in the source component type system before you begin then these will be carried across when you import the type system into the component you're cloning into.
If you want to modify the types in the component you've cloned into then be careful to make these unique to avoid problems particularly with reporting where confusion can easily arise over very-similar-but-actually-different types - this series of articles provides some very good guidance on maintaining type systems Maintaining the Rational DOORS Next Generation type system in a configuration-management-enabled environment. Part 1: Manual procedures - Library: Articles - Jazz Community Site
|
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.