Is there an chance to create in an existing module an new requirement artifact, because dn_simple_createartifact.py is also creating an new modul, which i dont like. #62
Replies: 3 comments 1 reply
-
I'm not sure why you say dn_simple_createartifact.py is also creating a new module, unless you've specified to it an artifact type that is a module? The UI simplifies create a new artifact and inserting it into a module into one user action. Using the APIs to create and add an artifact to a module you have to create the core artifact first, then add it (i.e. create a new binding) to the module structure. Check the example dn_simple_modulestructure.py - if you provide on the commandline the id of an existing artifact in the project/component it will add the artifact (i.e. create a new binding of the core artifact) to the module |
Beta Was this translation helpful? Give feedback.
-
Dear Barny, 1.) we checked the dn_simple_modulestructure.py. However the create Artifact is just an duplicate of an existing one containing same identifier. This is is typically not intended to have for an requirement manager. If a new artifact is create then we need also an new unique identifier for it. Is there an change to modify the code accordingly that an new created artifact having an unique identifier!? 2.) Regarding dn_simple_createartifact.py Br Holger |
Beta Was this translation helpful? Give feedback.
-
Dear Barny, We created first the Artifact in the Admin Area by using dn_simple_createartifact. Thanks for providing me/us this missing piece of this puzzle. Br from Germany |
Beta Was this translation helpful? Give feedback.
-
Dear Barny,
in case i still have an still existing DOORs NG Modul and i would like to add an new artifact, then how can i achieve it!?
Maybe you are able to provide me an slight modification of your "dn_simple_createartifact.py"?
Br
Beta Was this translation helpful? Give feedback.
All reactions