1.0.6 • Published 5 years ago

jira-tool-cli v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

jira-tool-cli

NPM version NPM downloads

npm install jira-tool-cli -g

Usage

Config

jira-tool-cli login -u yycao -p passowrd -l www.jira.com

###project operation Get project list

jira-tool-cli project ls

Get project detail

jira-tool-cli project show [idOrKey] 

Get project release list

jira-tool-cli project showReleases [idOrKey] 

###release operation

Get release detail

jira-tool-cli release show [id] 

Get release related issues

jira-tool-cli release showIssues [id] 

issue operation

Get issue detail

jira-tool-cli issue show [id] 

Get issue work history

jira-tool-cli issue showHistory [id] 

Get issue current status and status list with status id

jira-tool-cli issue showStatus [id] 

Move issue status to another statue

jira-tool-cli issue statusTo [id] [statusId]

Author

jira-tool-cli © caoyangyang, Released under the ISC License. Authored and maintained by caoyangyang with help from contributors (list).

github.com/caoyangyang · GitHub @caoyangyang

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago