Like git this is jit which lets you access jira from terminal.
Setup your JIRA and credentials.
Example: $ jit login
Access stories in JIRA. you can list, get transition issues in JIRA
Example: $ jit stories get PROJ-1234
Log work against a issue in JIRA
Example: $ jit log PROJ-1234 8h "Message for logging"