Skip to content

hiasr/jiratrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
project = "IMG" # This is the prefix of all your issues e.g IMG-123

You can find your API token here.

About

Time tracker for Jira

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages