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

https://github.com/emorozov/anb

Simple utility to display JIRA task summary for git branches.
https://github.com/emorozov/anb

git jira

Last synced: 3 months ago
JSON representation

Simple utility to display JIRA task summary for git branches.

Awesome Lists containing this project

README

          

# Annotate branches

Simple utility that displays list of git branches along with related task title
from JIRA.

Uses configuration file `~/.config/anb.toml`:

```toml
username = "user" # JIRA username
password = "pass" # JIRA password
server = "jira.domain.org" # JIRA hostname
prefix = "TSK" # prefix to extract task name from branch name
```