jmgr
v1.0.3
Published
CLI to tack jira ticket offline
Downloads
2
Readme
JManager CLI
JManager is a simple command line interface (CLI) tool for managing tasks. With JManager, you can create, update, and view tasks in your projects ticket from the command line fro your local reference.
How to install
npm i jmgr -g
How to use
- To create a ticket use '-ip'(IN_PROGRESS) flag. You can also add message (this is optional)
> jmgr <tickect_id> -ip -m "message"
- Move a ticket to DONE
> jmgr <tickect_id> -d
- Move a ticket to QA
> jmgr <tickect_id> -qa
Improvements will be made 🔨:
- [ ] Delete one and multiple ticket(s).
- [ ] Updating description at any level
Plans for Next version (1.1.0) 🍃
- JIRA API integration
- List top 5 hight priority task for the current user
- Updated ticket status from cli
Contribution
ChatGPT, and the developer community for generating data to train the same.