Jump to content

Filter user custom attributes in UI task query


Luigi

Recommended Posts

Thanks,

This is working fine if I would have a user group "Berlin".

My issue with this method is, that this way I would need to add my users to the Location Group AND to the Department Group.

Since ftrack has the possibility to add custom attribute directly to the user, it would be very useful to be able to filter this too through the task query

Link to comment
Share on other sites

Hi Luigi,

Quote

This is working fine if I would have a user group "Berlin".

My issue with this method is, that this way I would need to add my users to the Location Group AND to the Department Group.

This is the idea of the groups, to allow both location based and department based. And also allowing users to be in multiple ones.

Anyways, if you prefer having a custom attribute instead you should be able to do:

assignments.resource[User].custom_attributes any (key is "location" and value is "Berlin")

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...