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.
AI-powered meeting notes keep work moving even if you’re out of the office. Enjoy your well-deserved time off and return refreshed, confident you’ll catch up in no time.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.