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
npm i -g jira-standup
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/
jira standup
This project is licensed under the MIT License - see the LICENSE.md file for details