Adds the current user as a watcher

Use the Adds the current user as a watcher post function to add the currently logged-in user as a watcher when they transition the issue. You can apply conditions to this post function so the user is only added as a watcher in specific contexts. For example, you could add a condition so this post function only applies to Bug issues. 

Use this post function

  1. Go to Administration > Issues > Workflows.
  2. Select Edit on the workflow you want to add a post function to. 
  3. Select the transition to which you wish to add a post function.
  4. Under Options, select Post Functions.
    Image with post function option highlighted
  5. On the Transition page, select Add post function.
  6. Select Adds the current user as a watcher [ScriptRunner].
    Image with Adds current user as a watcher highlighted
  7. Select Add.
  8. Optional: Enter a note that describes the post function (this note is for your reference when viewing all post functions).
  9. Optional: Enter a condition. An empty condition evaluates the function to true.

    Example scripts

    Select Example scripts in the script editor to find a selection of example scripts that you can use and adapt. 

    Image of completed form

  10. Select Preview to see an overview of the change. 
  11. Select Add.

  12. Reorder your new post functions using the arrow icons on the right of the function (they can only move one line at a time). Make sure this post function occurs after the pre-generated post functions.

    Image of post function position

  13. Select Publish and choose if you want to save a backup copy of the workflow.
    Image with Publish option highlighted

    You can now test to see if this workflow condition works.



Related content

On this page