We have several triggers that depend on member and/or project attributes (mail notification at checkin,...).
While the member attributes can be shown in a column in the GUI, the project attributes are invisible and can only be shown for a single project via project information.
The member attributes can also be found via commandline
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.
So the idea is to either
- have the project attributes be shown in the attributes column in the GUI
or
- add/extend the commandline so that project attributes can be found recursively and with filters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.