Skip to content

Instantly share code, notes, and snippets.

@gitbuh
gitbuh / jcc.pl
Last active October 13, 2015 04:08
JIRA command-line client.
#!/usr/bin/perl
# jcc: JIRA command-line client.
# http://docs.atlassian.com/jira/REST/latest/
use Data::Dumper;
use DateTime::Format::Strptime;
use DateTime::Format::Duration;
use IO::Socket::SSL;