| Crates.io | jiratrack |
| lib.rs | jiratrack |
| version | 0.2.2 |
| created_at | 2025-01-13 09:06:38.611069+00 |
| updated_at | 2025-01-16 07:19:30.193979+00 |
| description | TUI to easily track time spent on Jira issues |
| homepage | https://github.com/hiasr/jiratrack |
| repository | https://github.com/hiasr/jiratrack |
| max_upload_size | |
| id | 1514438 |
| size | 86,596 |
A tui to easily record time worked on issues in Jira.
cargo install jiratrackJira 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.