3 unstable releases
new 0.2.2 | Jan 16, 2025 |
---|---|
0.2.0 | Jan 14, 2025 |
0.1.0 | Jan 13, 2025 |
#742 in Command-line interface
149 downloads per month
21KB
508 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"
You can find your API token here.
Dependencies
~19–33MB
~501K SLoC