3 unstable releases
new 0.2.2 | Jan 16, 2025 |
---|---|
0.2.0 | Jan 14, 2025 |
0.1.0 | Jan 13, 2025 |
#73 in Configuration
281 downloads per month
23KB
524 lines
Jiratrack
A tui to easily record time worked on issues in Jira.
Installation
- Install Rust (e.g via Rustup)
cargo install jiratrack
Configuration
Jira track looks for a config file in ~/.config/jiratrack/config.toml
.
Below you can find an example configuration file, all the options are required.
atlassian_url = "https://company.atlassian.net"
user_email = "john.doe@company.com"
user_api_token = "123456789abc"
project = "IMG" # This is the prefix of all your issues e.g IMG-123
You can find your API token here.
Dependencies
~19–35MB
~545K SLoC