JIT - jira-in-terminal

Like git this is jit which lets you access jira from terminal.

Commands

Login

Setup your JIRA and credentials.

Example: $ jit login

Stories

Access stories in JIRA. you can list, get transition issues in JIRA

Example: $ jit stories get PROJ-1234

Log

Log work against a issue in JIRA

Example: $ jit log PROJ-1234 8h "Message for logging"