README
Happy Jira
CLI tool for communicating with JIRA API.
Installling
npm i @be-codified/happy-jira -g
Set up config
happy-jira config
Enter subdomain, username and token. See how set token in Jira.
Usage
_ _ _ _
| | | | __ _ _ __ _ __ _ _ | (_)_ __ __ _
| |_| |/ _` | '_ \| '_ \| | | | _ | | | '__/ _` |
| _ | (_| | |_) | |_) | |_| | | |_| | | | | (_| |
|_| |_|\__,_| .__/| .__/ \__, | \___/|_|_| \__,_|
|_| |_| |___/
Commands
| Command | Description |
|---|---|
happy-jira confighappy-jira config --reset |
Setting config data (subdomain, username and token) for Jira authentication. Sample: happy-jira configResetting config data. Sample: happy-jira config --reset |
happy-jira issue --id=id |
Showing issue details. Sample: happy-jira issue --id=JIRA-ISSUE-ID |
happy-jira worklog --id=id --listhappy-jira worklog --id=id --time=time --comment="comment" |
Showing worklog of issue. Sample: happy-jira worklog --id=JIRA-ISSUE-ID --listAdding worklog. Sample: happy-jira worklog --id=JIRA-ISSUE-ID --time=3600 --comment="Worklog comment." |
Options
| Options | Description |
|---|---|
--version |
Showing version number. Usage sample: happy-jira --version |
--help |
Showing help. Usage sample: happy-jira --help |