Allow agregating owning teams from multiple parent blueprints
P
Pablo Quintana
Have a blueprint to inherit owning teams from multiple blueprints and agregate the teams. I.e. In a model with Application > Project > Portfolio blueprints, Application should be able to inherit ownership from both Project and Portfolio, while Project should be able to inherit from Portfolio while also having its own owning teams (i.e. project may have a 'Managers' team that can manage that project and Applications on it but not the entire Porftolio).
M
Mark Tarry
Another use case.
We have the following blueprints;
Service
, Library
and Tech Debt
And relations:
*
Tech Debt
>impacts> Service
*
Tech Debt
>impacts> Library
A single
Tech Debt
can impact both Service
and Library
entities.We'd like the
Tech Debt
entity ownership to be the aggregate of owners from both Service
and Library
related entities.