#jira #issue #time #tui #track #spent #api-token

app jiratrack

TUI to easily track time spent on Jira issues

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

Download history 149/week @ 2025-01-08

149 downloads per month

MIT license

21KB
508 lines

Jiratrack

A tui to easily record time worked on issues in Jira.

Installation

  1. Install Rust (e.g via Rustup)
  2. 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