https://github.com/bycym/bitbar_jira_client
A simple bitbar/argos jira client.
https://github.com/bycym/bitbar_jira_client
argo hacktoberfest hacktoberfest2022 jira xbar xbar-plugin
Last synced: about 1 year ago
JSON representation
A simple bitbar/argos jira client.
- Host: GitHub
- URL: https://github.com/bycym/bitbar_jira_client
- Owner: bycym
- License: mit
- Created: 2019-06-13T06:53:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T08:40:28.000Z (over 3 years ago)
- Last Synced: 2024-03-18T11:32:34.505Z (about 2 years ago)
- Topics: argo, hacktoberfest, hacktoberfest2022, jira, xbar, xbar-plugin
- Language: Python
- Homepage:
- Size: 935 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitbar_jira_client
Working on macos with [bitbar](https://github.com/matryer/bitbar)

Working on linux (popos) with [argos](https://github.com/p-e-w/argos)

```
pip3 install jira-client
```
Create an API token here for password:
https://id.atlassian.com/manage/api-tokens
connection:
```py
USER="@email"
PASSW=""
SERVER=""
TOPRECENT=10
```
example:
```py
USER="foo.foo@mymail.com"
PASSW="th1s1s4n4p1t0k3n"
SERVER="https://myserver.atlassian.net"
TOPRECENT=10
```