DNG: Project Properties With Global Config
We've created a project area from a template, exported from our "Main" area. We have not recreated artifacts or modules, but we have imported the artifact types, attributes, and attribute data types.
My question is:
If we have this new project area, and we synchronize our changes between the two areas: will the project property differences be skewed? I.e. if we delete the artifact types or attributes which are unnecessary within this project, could we potentially overwrite data within our main project area or have some other potential conflict?
|
One answer
Using change set delivery you cannot take changes from one project area and apply them to another (delivery is only between streams/baselines of the same project area or component). So, in that case you don't need to worry about causing the problems you describe.
If, as mentioned by Bas, you use type system import between configurations of the two project areas then you can share changes to one type system with the other one. Type system import does not delete types however so that should also be safe for you to use if you wish, with one caveat: if you delete an attribute definition then you will also have removed it from associated artifact types. If you import this change into the other project area then the artifact types there may have the attribute definition removed from them too.
|
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.
Comments
With synchronizing you mean importing project properties from the new project area back into the main area?
Sorry, I meant with global configurations / delivery of streams and change sets. Maybe there's nothing to worry about?