How to have Requirement on a workspace that are only "visible" to a subset of users?
Accepted answer
One other answer
One way you could implement this now is to use views as part of your teams' normal work. Include a state attribute, e.g. (starting / draft / in review, etc.). And filter out any artifact in "starting" state. Then teams would not see artifacts until they are in draft state. A separate view could be used by team A that includes their artifacts in "starting state".
Alternatively you might be able to use views with specific folders instead of attribute states to accomplish the same thing (i.e. artifacts that should remain hidden go into a "not yet ready" folder, then are moved to their normal home once they are ready for others to see them).
Alternatively you might be able to use views with specific folders instead of attribute states to accomplish the same thing (i.e. artifacts that should remain hidden go into a "not yet ready" folder, then are moved to their normal home once they are ready for others to see them).