We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a5658 commit 3bcf3e6Copy full SHA for 3bcf3e6
pkg/topology/query.go
@@ -38,6 +38,7 @@ func NewTopologyParams(values url.Values) duty.TopologyOptions {
38
ID: values.Get("id"),
39
Owner: values.Get("owner"),
40
Labels: labels,
41
+ Team: values.Get("team"),
42
Status: parseItems(values.Get("status")),
43
Depth: depth,
44
Types: parseItems(values.Get("type")),
0 commit comments