Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 438 Bytes

File metadata and controls

21 lines (13 loc) · 438 Bytes

Description:

List issues from jira assigned to you on the console

Image list-jira

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