During user logout from JIRA, I want to perform some task. I saw an interface com.atlassian.jira.event.user.LogoutEvent
How can I listen to this event and do task during logout? Is there any example available for it
Hello,
You would need to write a listener. You can find an example here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.