git.fiddlerwoaroof.com
name mode size
.gitignore 100644 0 kb
LICENSE 100644 1 kb
README.txt 100644 1 kb
api-handler.lisp 100644 3 kb
jira-api.asd 100644 1 kb
jira-api.lisp 100644 5 kb
package.lisp 100644 0 kb
prompt.lisp 100644 2 kb
sheeple-protos.lisp 100644 7 kb
test-client.lisp 100755 6 kb
README.txt
An implementation of part of JIRA's API and a simple client for listing and searching issues. If you have a sane lisp environment setup (only SBCL tested, at the moment) with Quicklisp, running test-client.lisp should produce an executable: ``` Usage: jira-client [-ihv] [OPTIONS] ARGUMENTS... A command line client for Jira issues Main actions -lp, --list-projects List available JIRA projects -is, --get-issues list issues -i, --get-issue show an issue -pi, --post-issue post and issue JIRA options --jira-account=URL-SUBDOMAIN The jira account to use. Default: atomampd Filtering Issues -s, --status=STR Only show issues with a certain status Other options -h, --help Show this help -v, --version Show the program version ```