Skip to content

Instantly share code, notes, and snippets.

@jordanrobinson
Last active August 29, 2015 14:08
Show Gist options
  • Save jordanrobinson/20aff742fc8f7b1bd77e to your computer and use it in GitHub Desktop.
Save jordanrobinson/20aff742fc8f7b1bd77e to your computer and use it in GitHub Desktop.
Clear all JIRA watched issues using https://github.com/toabctl/jiracli
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