Skip to content

v0.0.1

Compare
Choose a tag to compare
@andygrunwald andygrunwald released this 10 Aug 14:24
· 59 commits to master since this release

Main features

Exit codes

If all tickets of one run are found in the JIRA system we will exit with code 0.
If one of the tickets is not available in the JIRA system we will exit with code 1.

Incoming data

Your message can be passed by the -tickets argument or by stdin.
If you want to pass it by stdin please attach the -stdin flag.

The message can contain more than one ticket id.
It can contain several other words or sentence.
The tickets will be filtered by regular expression (([A-Z]+-\d+)) and checked afterwards.

Authentication

If your JIRA system is not public we will authenticate against the /rest/auth/1/session endpoint of your issue tracker.
Please provide a valid username and password for this.

Getting Started

OS X

To get started on OS X run the following in a terminal:

curl -L https://github.com/andygrunwald/jitic/releases/download/v0.0.1/jitic-v0.0.1-darwin-amd64.zip -o jitic-v0.0.1-darwin-amd64.zip
unzip jitic-v0.0.1-darwin-amd64.zip
cd jitic-v0.0.1-darwin-amd64
./jitic -version

Linux

To get started on Linux run the following in a terminal:

curl -L https://github.com/andygrunwald/jitic/releases/download/v0.0.1/jitic-v0.0.1-linux-amd64.tar.gz -o jitic-v0.0.1-linux-amd64.tar.gz
tar xzvf jitic-v0.0.1-linux-amd64.tar.gz
cd jitic-v0.0.1-linux-amd64
./jitic -version