Reputation: 4323
We are currently developing an AI service to improve interaction with YouTrack issues. One mayor problem we encountered is that its really hard to detect if issues where deleted so we can drop them from the index. Comparing existing tickets to previously existing ones at intervals is an option we'd rather not pick.
The YouTrack UI itself is subscribing to some event source at <HOST>/youtrack/api/eventSourceBus
and receives all kinds of events including information the moment an issue is deleted.
I have been searching for some time but could not find any documentation for this endpoint. Apparently JetBrains does not want us to use this endpoint which is a bummer. Any pointers?
Upvotes: 0
Views: 24