Adding New Attribute to Existing Artifacts in DOORS Nex Gen 5.0.2
3 answers
Comments
The ibm information was "
The 'initial' value is only used during the creation of the artifacts. There isn't anything that triggers the use of the initial value to automatically update if you add it after the artifacts have been created, so you would do a filter on the artifacts and then do a mass change to the attribute. " <o:p> </o:p>
Comments
Let me try this and see if this is what I need to do. Thanks
Sorry I misread. I don't want to change the artifact I want to add an attribute and be able to access the new attribute on existing data. Right now if the artifact exists and I decide I need to track more data by adding an attribute, existing artifacts will not let me edit the new attribute column. I can only add data for new artifacts.
Scott,
https://jazz.net/forum/questions/181234/i-have-a-module-with-alot-of-artifacts-i-want-to-add-another-multi-value-attribute-to-the-module-and-select-that-attribute-to-change-the-default-in-a-current-artifact-not-a-new-artifact
To repeat what you've read in the docs and quoted earlier in this discussion, Attributes have an "initial" value not a "default" value. Initial value applies when artifacts are created - they are not retrospectively added to artifacts that already exist. This is different from DOORS behaviour where they have a default value which is applied to all objects which don't have an explicit value supplied. The answer on the other thread gives a couple of options for how to work around this by updating all the existing rows in your module to have the initial value set..
thanks
-Dominic