Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 531 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 531 Bytes

JIRA Time Manager CLI

Installation

Installation is done by using the go install command and rename installed binary (from jira-time-manager-cli to jtm) in $GOPATH/bin:

go install github.com/ivanmagdic/jira-time-manager-cli

Usage

Initialization

jtm init --url <public-jira-url> -u <username> -p <password>

List issues

jtm list-issues

Start progress on issue

jtm start <issue-id>

Stop progress on currently active issue

jtm stop