This question is in reference to Atlassian Documentation: Watching and Voting on an Issue
Hi All,I wanted to know if it is possible to automatically watch all issues in a project, without mark each one of them individually?Thanks,Liann
I handle this by creating a role called Watching and adding it to the notification scheme everywhere Watcher is. Then the project lead can assign people to it.
Hi Joe,Thank you for the quick response. So just to make sure I understood you correctly, you weren't actually able to watch all issues, but you created a patch that enables to receive e-mail notification for anything going on in the project?
Joe's suggestion is simplest and straightforward way to do it.
Alternatively, you can create a "Post-Function" in the "create" even of your project's workflow to add Watchers.
Joe is saying you can modify the Roles and Notifications scheme to add your own "Watching" project role. Adding a user to the new, custom "Watching" role would allow you to easily add new users who need notifications.
I wouldn't call it a patch since it doesn't involve updating any code. It is a method to allow the project lead to assign people to a role that gets all the same updates as watchers for all issues. You need to use this carefully as it can bury them in email if the project is busy. Also, I setup the role in the permission scheme for just browse permission. I ended up changing the notifications to milestone events like create, ready for test, passed testing, and closed. No comments. That also requires creating events for the milestones you're interested in and updating the post functions in the transitions to fire those events.
No you cannot. There is no Post Function that will add a watcher.
You can with apps that provide one (or scripting functions)
@Liann Gal ,
I believe there is an easier (more straight-forward) way of doing this and I just did it myself through bulk change. If you go to advanced search and have your JQL query return all of the items you want to watch, you can just click the three dots in the top-right corner and select "Bulk Change All ## Issues." From there you just select all -> click next -> select the "Watch Issues" selection and hit confirm.
Thanks Aaron - you nailed this, nice & simple!
Isn't it, this way only watches tickets already assigned to project, but any new tickets in coming are not watched ?
Correct - watching is something you should be doing on an issue by issue basis.
If you want to be notified about all change in a project, then you should be placed in a group or role that gets notified automatically. That's not what watching is for.
It looks like you're new here. Sign in or register to get started.