You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have several instances of watcher used by different groups posting results to a shared collection. It would be handy to be able to apply a label to all assets posted by a specific watcher; This would help sorting a large collection by using labels to identify the originating department/division/etc.
The text was updated successfully, but these errors were encountered:
Add an option --asset-label label1[,label2...]. The envvar could be WATCHER_ASSET_LABEL=label1[,label2...].
Watcher could:
add the provided label(s) to the Collection it is managing if they are not already present.
tag any new Asset it creates with the provided label(s)
tag any existing Asset for which it is posting results with the provided label(s)
Does that seem reasonable?
One possible issue: Labels have a name, color, and description. However this proposal doesn't support setting the color or description from Watcher, so perhaps we could refine this further.
That sounds great. I'm not worried about the colors and descriptions if I can manage those after they are created on the collection by watcher, so long as watcher doesn't continue to reset them.
We have several instances of watcher used by different groups posting results to a shared collection. It would be handy to be able to apply a label to all assets posted by a specific watcher; This would help sorting a large collection by using labels to identify the originating department/division/etc.
The text was updated successfully, but these errors were encountered: