You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
When I create a filtered view, I expect to see all relationships and implied relationships that match the filter.
Actual
For some implied relationships, the relationship does not render.
Steps to reproduce
Create a model that has a person and a software system.
Add a container that has two tags "Setup,Payment"
Inside the container add two or more components that have either the tag "Setup" or the Tag "Payment"
Create relationships between the person and the components. For the relationships connecting the person to a component tagged "Setup", tag the relationship with the same tag, and for relationships connecting the person to a component tagged "Payment", tag the relationship with the same tag.
create a container view for the software system, include *.
create three filtered views:
one that includes "Element,Relationship"
one that includes only the tag "Payment"
one that includes only the tag "Setup"
In the rendered views, the implied relationships between the person and the container will render for the filtered view that includes "Element,Relationship" and "Setup" but NOT "Payment"
Expected
When I create a filtered view, I expect to see all relationships and implied relationships that match the filter.
Actual
For some implied relationships, the relationship does not render.
Steps to reproduce
Version/build information
Structurizr Lite
com.structurizr.lite.StructurizrLite : - build: 2024.03.03 (2024-03-03T10:05:43Z)
com.structurizr.lite.StructurizrLite : - structurizr-java: v2.1.1
com.structurizr.lite.StructurizrLite : - structurizr-dsl: v2.1.1
com.structurizr.lite.StructurizrLite : - structurizr-import: v2.1.1
com.structurizr.lite.StructurizrLite : - structurizr-graphviz: v2.1.1
Severity
Major
Priority
I have no budget and there's no rush, please fix this for free
More information
No response