...
In this article we explore how you can make a user or group of users a watcher so that they receive push notifications on issue creation. Here are the steps:
- Create a post-function in your workflow for the create transition
- The post-function needs to be executed before firing the event
- Add a groovy script to the post-function that assigns watchers
...