An open API service indexing awesome lists of open source software.

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.

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/bash

JIRA_NAMESPACE=hirefast
[email protected]
JIRA_API_KEY=keyboardcat
JIRA_PROJECT=DEV

curl -fsSL https://raw.githubusercontent.com/karimsa/bitbar-jira/master/list-issues.sh | sh
```