A tui to easily record time worked on issues in Jira.
- Install Rust (e.g via Rustup)
cargo install jiratrack
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-123You can find your API token here.