https://github.com/karimsa/bitbar-jira
Script to lists JIRA issues for BitBar.
https://github.com/karimsa/bitbar-jira
Last synced: 3 months ago
JSON representation
Script to lists JIRA issues for BitBar.
- Host: GitHub
- URL: https://github.com/karimsa/bitbar-jira
- Owner: karimsa
- Created: 2020-03-27T21:17:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T04:09:02.000Z (almost 5 years ago)
- Last Synced: 2025-03-11T21:03:57.965Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitbar-jira
Lists issues in your JIRA project. Mainly just for HireFast usage.
## Usage
Place a file called `jira.5m.sh` in `~/.bitbar`:
```shell
#!/bin/bashJIRA_NAMESPACE=hirefast
[email protected]
JIRA_API_KEY=keyboardcat
JIRA_PROJECT=DEVcurl -fsSL https://raw.githubusercontent.com/karimsa/bitbar-jira/master/list-issues.sh | sh
```