Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 647 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 647 Bytes

bitbar_jira_client

Working on macos with bitbar

bitbar jira client

Working on linux (popos) with argos

bitbar jira client

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="[email protected]"
PASSW="th1s1s4n4p1t0k3n"
SERVER="https://myserver.atlassian.net"
TOPRECENT=10