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?
Just continued what David said and wrote a small perl script for you - http://goo.gl/ogRtG
Thanks so much for that help! Really appreciate it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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”.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.