I have tried both
jira.add_watcher(new_issue.id,watcher)
and
jira.remove_watcher(new_issue.id,watcher)
and on both i get errors which i can't understand why i'm getting the. When adding i get a 404 error with no message, when removing i get Warning:root:Got recoverable error which will try 3 times then bring back 401 error.
Found the issue, I was passing in the username as the documentation said it needed and it actually requires the account id to work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.