Hi everybody,
i am trying to create a custom listener, by developing a custom plugin, for catching add or delete watcher on an issue.
I have created the plugin sceleton with atlassian SDK.
I have also took a look in the following API resources:
I have the following problems:
Thanks in advance.
1. You don't fire the event, Jira fires the events when stuff happens, and listeners catch them and do more things. The events are already happening, you probably just want to do things with it.
2. Watcher updates are not currently logged as issue changes. Your listener could do it though "catch event, add line to history" shouldn't be that hard.
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.