star7js / jira-issue-tracker-server

issue tracker for Jira server or data center

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jira Issue Tracker

Jira Issue Tracker is a Kivy-based application designed to provide an overview of Jira issues based on custom JQL (Jira Query Language) queries. It offers a simple and intuitive interface to track the status of various issues without needing to browse to Jira.

Features

  • Display issues in a grid layout with customizable queries
  • Fetch and update issue counts at regular intervals (default setting: 1 hr)
  • Clicking box will directly go to your site with that JQL search performed
  • Toggle between light and dark mode for user convenience
  • Easy access to user settings

Installation

To set up Jira Issue Tracker, you will need Python and the required libraries.

Usage

To run the program:

python main.py

Configuration

Create a new .env using example.env as a guide. If you don't have this set, the program will ask you for it before it will run. This file will need to be saved in the same directory as the main.py file. If you want to change these variables, you can either edit the .env file directly, or you can choose 'User Settings' button in the program.

About

issue tracker for Jira server or data center


Languages

Language:Python 100.0%