Hi,
Thanks for using our plugins. I can help out here.
I came up with this snippet that changed the default visibility to Catalog/search for all tickets:
https://gist.github.com/jesseeproductions/5768685acc4cd48cdd81
Add that to your theme’s functions.php and that should do it.
For reference the coding that controls the visibility is found in this file:
wootickets\src\Tribe\Main.php
In this method:
save_ticket
You could also use either of these hooks if that one is to general:
wootickets_after_update_ticket
wootickets_after_create_ticket
Let me know how that works out.
Thanks