Recently, there was introduced feature to make tool admins to monitor entire tool application, i.e. all its artifacts, including newly created. However, there's still remnant code at tracker_main.py(save_ticket):479 which explicitly subscribes admins to artifact on its each update. Such calls are ignored if admins already monitor entire app. However, if they choose not to, such a call would obviously unconditionally make them monitor each artifact. Such behavior probably should be removed, to all admins to decide themselves what they want to monitor: either entire app and thus all all tickets, or none at all (or just specific artifacts which they can subscribe to manually).
agreed. Please remove that call.
Fixed together with #1196.