It's all about the answers!

Ask a question

How to publish objects selectively in a DOORS module?


Andrew Clement (7271970) | asked Mar 02 '17, 2:18 a.m.

I am running DOORS 9.6.1.6.
I would like to publish objects selectively in a DOORS module.
How can this be done?

Accepted answer


permanent link
Howard Hsiao (5.5k17) | answered Mar 02 '17, 2:23 a.m.
JAZZ DEVELOPER

This can be achieved by publishing a view with a filter that selects the objects that you want to publish.


Below are the steps:
1. add an attribute that is of type boolean
* after opening a module, menu > Edit > Attribute... > New... 
* make sure the default value is set to False 
2. set the attribute to true for the objects that you want to publish 
3. use a view to select all objects that have this attribute set to true 
3.1 click on Filter Properties icon
3.2 Select the objects that have "Selected" attribute set to True 
4. Remove the display of the "Selected" column 
menu > Edit > Columns... 
5. publish the view

Andrew Clement selected this answer as the correct answer

Your answer


Register or to post 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.