Good Day to all,
I'm currently tasked to do an automation wherein we should "gather" all users added to a certain project (project is only accessible if you're added by an admin). If a new user was added he/she could just be added on the list.
Automation setup:
1. Rule is triggered in multiple setup:
(set up this say so that, whenever a "new user" is added it he/she will also be "listed")
- Issue Created
- Issue Updated
- Issue Transitioned
2. JQL condition
- type = task and status != "done" or type = sub-task and status != "done"
3. Add "all users" as watchers
( how could I get all users on just this project?? )
Sample Scenario:
Members of the project: Me (Admin), User A, User B
I create a new issue[Tkt-01] - (me, User A, User
will be listed as watcher
I added a new user to the Project ~ User C
whenever I update/transition ticket -
List of watchers should now be ( Me, User A, User B, User C ) - since user C has been added earlier