Skip to content

Instantly share code, notes, and snippets.

#
# Bulk Unwatch
# JIRA doesn't support unwatch from the bulk change action
# This script fills the gap
# Known to work with JIRA 5 via the REST API
#
# 1. Using JIRA, Issue Navigator, write a query to get all
# the issues you want to unwatch. Something like
# "issue in watchedIssues() AND status != Closed"
# works well as a starting point.
@broom9
broom9 / ip
Created September 8, 2011 15:18
Get and Copy IP address, OSX only, ack required, IPv4 only
ifconfig| ack '(\d\d\d?\.){3}([01][0-9][0-9]|2[0-4][0-9]|25[0-4])' --nocolor -o | tee /dev/tty | pbcopy