Working on macos with bitbar
Working on linux (popos) with argos
pip3 install jira-client
Create an API token here for password: https://id.atlassian.com/manage/api-tokens
connection:
USER="<jira_user>@email"
PASSW="<jira_api_token>"
SERVER="<jira_server>"
TOPRECENT=10
example:
USER="foo.foo@mymail.com"
PASSW="th1s1s4n4p1t0k3n"
SERVER="https://myserver.atlassian.net"
TOPRECENT=10