I need to remove a user as a watcher in all excisting issues in jira. Is there a way to filter ALL issues that exsist and remove a user as a watcher from all of them (or the ones they're a watcher on at least?)
Try this JQL:
watcher = <username>
where <username> = the user in question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What am I doing wrong?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kara Cardiff , you don't need to use the square brackets, just place the name in it, and Jira will understand :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
watcher = "Mickey Mouse"
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.