22 lines
438 B
Markdown
Raw Normal View History

2022-10-13 18:03:43 -04:00
## Description:
List issues from jira assigned to you on the console
![Image list-jira](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/unwm4dmza9p3d6cd3v4g.png)
## Configure
add to ~/.bashrc
```
export JIRA_API_TOKEN=""
export JIRA_USER=""
export JIRA_URL="https://myjira.atlassian.net/"
```
use the api token from jira: https://id.atlassian.com/manage-profile/security/api-tokens
## Install
pip install jira colorama