jira-standup
v0.0.9
Published
cli tool to quickly show tickets you're assigned to and its impedements
Downloads
27
Readme
Jira standup
![Greenkeeper badge](https://badges.greenkeeper.io/wingleung/jira-standup.svg)
cli tool to quickly show tickets you're assigned to and its impedements.
Note: only works if Jira search is available in your network without authentication
Getting Started
Installing
npm i -g jira-standup
Configuration
Create a config file .jirarc
in your project root or home folder or anywhere in between
username=johndoe
project=yourJiraProject
jiraUrl=https://jira.url.com/
Usage
jira standup
License
This project is licensed under the MIT License - see the LICENSE.md file for details