How can I add a user as a watcher to all tickets in a project. The request is to default the users as Watchers when any ticket is created in this project.
As in, add a set of users to every issue created? Or add them as a one-off?
You can do both using Automation.
---
Add as Issue Created
The rule might look like this...
---
Add as a One-off
You can use a Scheduled Trigger to do this. For this rule, don't worry about the schedule you choose to run against, you only need to run the rule once, then you can deactivate it.
Once you've published the rule, click on the breadcrumbs (...) in the top-right corner, and select "Run rule" to activate it immediately.
You can then either deactivate the rule, or delete it from the main rule list.
---
Let us know if these work for you!
Ste
Hello @Shefali Tayade
In my opinion, assuming you only have project admin permissions, for existing tickets you can create an automation: use a JQL query to find all existing tickets that don't have the person as a watcher,
then create an automation with :
For future tickets create an automation with :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.