mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-23 14:09:52 +00:00
22 lines
438 B
Markdown
22 lines
438 B
Markdown
## Description:
|
|
|
|
List issues from jira assigned to you on the console
|
|
|
|

|
|
|
|
## 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
|
|
|