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.
- Host: GitHub
- URL: https://github.com/emorozov/anb
- Owner: emorozov
- Created: 2021-01-09T13:49:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T21:07:26.000Z (over 5 years ago)
- Last Synced: 2025-10-28T06:25:09.733Z (8 months ago)
- Topics: git, jira
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```