I've built an application that is getting data from a specific Jira project and inserts the ticket information into my teams data lake. The ticket information is then used by others in my company to run analytics, generate reports etc.
Is it possible to be notified when an issue has been deleted? Since the application automates the retrieval and insertion of the tickets whenever they are updated, when a ticket is deleted it still exists in our data lake. I'd like to find a way to find out when a ticket has been deleted so that I can remove it from our data lake.
I haven't been able to find much recent information on this so any advice/ideas would be appreciated!
The Notification Scheme has an Issue Deleted notification: https://confluence.atlassian.com/adminjiracloud/creating-a-notification-scheme-776636401.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.