Watch all issues in a certain Project

Liann Gal June 26, 2016

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 

3 answers

8 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 26, 2016

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.

Liann Gal June 27, 2016

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?

Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 28, 2016

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. 

Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 28, 2016

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.

Like Alex Scott likes this
Liann Gal June 28, 2016

Thank you all! 

sneaky4oe March 17, 2019

Is there a certain instruction on how to do it step by step? How do I add a role (looks like there are only 3 predefined ones), and how do I add the role to watch all issues?

Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 18, 2019

First, you need to be a JIRA admin.

1. Add a new project role. Project roles are universal so they will be available in all projects. I would call the roles something like 'watch all' so it isn't confused with users manually watching issues. 

2. go to the notification scheme and add the role 'watch all' to the notification you want

3. the project leads can now add users to the 'watch all' role

copy/paste the following link for more information about project roles

https://confluence.atlassian.com/adminjiracloud/managing-project-roles-776636382.html 

Like # people like this
Andrey Lytovchenko July 5, 2020

Hello!

Is it possible to "Watch all" issues in the next-gen projects?

Like Andrew Slack likes this
3 votes
Aaron S April 7, 2020

@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. 

Martin Delabat June 8, 2020

Thanks Aaron - you nailed this, nice & simple!

Like # people like this
Sai Krishna Nimmagadda June 29, 2020

Isn't it, this way only watches tickets already assigned to project, but any new tickets in coming are not watched ?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 29, 2020

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.

0 votes
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 27, 2016

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.

Jaime Drysdale August 1, 2018

No you cannot. There is no Post Function that will add a watcher.

Jaime Drysdale August 1, 2018

No you cannot. There is no Post Function that will add a watcher.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 2, 2018

You can with apps that provide one (or scripting functions)

Jaime Drysdale August 2, 2018

It would make it way easier if I could setup a Post Function in the workflow transition.

I love Jira Software... but it continually perplexes me; the things that you cannot do without jumping through hoops or paying for plugins.

Like # people like this
Corey_Tabb December 5, 2019

wouldn't be Jira if you didn't jump for hoops and pay out the nose for functions that should be available

Like # people like this

Suggest an answer

Log in or Sign up to answer