I want to fetch ticket detail that is being deleted by user using UI. I am using scheduler in Atlassian SDK and I want list of ticket that deleted in that time duration.
Can anyone guide how to do?
Welcome to the Atlassian Community!
You can't report on what is not there. Deleted issues and comments are deleted, gone, there's nothing there anymore.
This is why most of us recommend not allowing delete permission to anyone other than admins who understand that delete means delete.
Yes let me elaborate more. I am connecting Jira software with another application using Scheduler mechanism.
Now I am fetching all the Jira activity to database using this scheduler. Like new comment added or updated.
So now how can I get if any admin delete that comment so I can reflect it to my application?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm going to have to say I am not sure about this one. I do not know if Jira fires a "comment deleted" event. I think it does, but I have not looked.
If it does, then that is the thing to look at, you'll need to write a listener that spots that event and sends data over to your other application.
I can tell you that you can do this for comments being added or edited though, it does fire the right events for that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.