Last active
August 29, 2015 14:08
-
-
Save jordanrobinson/20aff742fc8f7b1bd77e to your computer and use it in GitHub Desktop.
Clear all JIRA watched issues using https://github.com/toabctl/jiracli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jiracli --issue-oneline --issue-search "issue in watchedIssues()" | sed -e 's/,.*//g' | xargs -L1 jiracli --issue-watch-remove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment