Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

  1. Create a post-function in your workflow for the create transition
  2. The post-function needs to be executed before firing the event
  3. Add a groovy script to the post-function that assigns watchers

...