Hi Guys,
My query is of we can remove a user as watcher from multiple issues at one go.
When I set up a company managed project for a requirement and imported issues from CSV, I was added as a watcher on all issues.
Want to know if there's a way to remove myself as watcher from all those work items.
Hello dashan_s1,
Two things:
- It happened because you have "watch your work items" in your profile settings marked as enabled, you can disable that in profile settings, in Cloud: <site name>.atlassian.net/jira/settings/personal/general
- To fix this problem afterwards, you should use bulk change:
1) Firstly you should find issues which you are watching in Issue Searching module, for Cloud link would be:
https://<site name>.atlassian.net/issues/?jql=watcher%20%3D%20currentUser%28%29
2) Click on three dots (right top corner) and click on "Bulk change work items"
3) Choose all issues and next
4) "Stop Watching Issues" and confirm all changes and choices.
Worth to note:
- you have to have global permission to use Bulk Change
- you have to have permission to unwatch in every issue from the list.
I hope it will help.
@darshan.s1 Yes you can do that using the bulk update.
Find all the work items that you are watching by writing a JQL and do the Bulk update where you can select the Stop Watching Issues operation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @darshan.s1 ,
You could run the JQL: watcher = currentUser()
Then, select 'bulk change work items' from the menu
Choose the issues
And then choose operation 'stop watching issues'
And confirm:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.