How to find all projects with attributes?
Hi,
we would like to find all projects with (certain) attributes.
We can find find all members with certain attributes via
si viewproject --fields=memberarchive,attributes --filter=attribute:<attrname>
but unfortunately, this does not work on project attributes.
We can list a project (with its attributes) via
si projectinfo --attributes
but projectinfo has no --fields and no --filter parameter and does not work recursive (for subprojects), so there is always only one project listed.
This is even more important for projects than for members because member attributes can be shown in columns, but project attributes always have to be selected for a single project via project information. This makes it really hard to locate project attributes for many projects.

