cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The PTC Community email address has changed to community-mailer@ptc.com. Learn more.

Find all projects with (certain) attributes

Find all projects with (certain) attributes

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.

 

2 Comments
awalsh
17-Peridot

This is also problem with other subproject information (shared location, devpaths, labels, etc). The only way to see subproject information is projectinfo which has to be run one by one on all the subprojects, which is very annoying to do. 

Siddharth
9-Granite
Status changed to: Acknowledged