0.2.3 • Published 6 years ago

jirac v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

JIRA CLI

Installation

npm install jirac -g

Configuration

At first you need to pass your account info, but you also can specify by command arguments.

export JIRA_USER=hdemon
export JIRA_PASSWORD=xxxxx
# If you use in-house JIRA, you need to specify its origin.
export JIRA_ORIGIN=https://jira.hdemon.com

Usage

jirac list --assignee=hdemon --project="JIRA CLI" --fixVersion="0.0.1"

or

jirac list -j 'assignee = hdemon AND project = "JIRA CLI" AND statusCategory != Done'

License

MIT License

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

7 years ago