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).
R
Ron Kim
Similar use case, but aggregating from child entities.
- Issue Groupscan have hundreds ofIssues
- Issueshave owning teams
We would like to make sure that
Issue Groups
have an aggregation of all owning teams of its child issues. Currently this is only possible by creating a relation from issue groups to all their child issues using search relations. However, even this solution does not work for us because we exceed the search relation result limit of 500.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.