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.
- 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
To set up Jira Issue Tracker, you will need Python and the required libraries.
To run the program:
python main.py
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.