How can I easily clear all watches?

Karie Kelly
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.
February 4, 2013

Many users didn't realize that they had their autowatch set to enable and now appear to be watching 100's of issues.

Is there any easy way for these users to remove these watches without have to navigate to each one, individually, and remove themselves?

3 answers

1 accepted

0 votes
Answer accepted
Renjith Pillai
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.
February 4, 2013

Just continued what David said and wrote a small perl script for you - http://goo.gl/ogRtG

Karie Kelly
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.
February 4, 2013

Thanks so much for that help! Really appreciate it!

0 votes
Ilya Ilba March 19, 2021

To remove everything from you watchlist, go to

https://your.jira.server/issues/?jql=key%20in%20watchedIssues()

This will show the list of all issues you are currently watching.

Then in the top right corner, press “…” button, choose “Bulk change all NNN issues”. On the next page, select all items in a table with a tick mark in the table header, press “Next” button, select “Stop Watching Issues”, press “Next”, press “Confirm”.

0 votes
David Chan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 4, 2013

Most likely you'd just have to remove all users from being watchers in tickets, as there isn't any way to determine if an user manually added themselves as a watcher vs. being automatically added.

To modify your watchers list you can probably do this via REST api:

My thoughts are basically to run a script:

  • Get a listing of all issue keys
  • with REST, run a GET call, per issue to list all users, followed by a DELETE

Suggest an answer

Log in or Sign up to answer