{"id":41013297,"url":"https://github.com/star7js/jira-issue-tracker","last_synced_at":"2026-01-22T09:11:59.246Z","repository":{"id":209785100,"uuid":"719585070","full_name":"star7js/jira-issue-tracker","owner":"star7js","description":"issue tracker for Jira server/data center/cloud","archived":false,"fork":false,"pushed_at":"2025-07-05T23:52:23.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T00:19:17.645Z","etag":null,"topics":["jira","jira-data-center","jira-rest-api","jira-server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/star7js.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security.py","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-16T13:34:40.000Z","updated_at":"2025-07-05T23:52:18.000Z","dependencies_parsed_at":"2023-11-29T06:24:52.266Z","dependency_job_id":"83970958-6ee0-4048-a16d-af93dbb777c3","html_url":"https://github.com/star7js/jira-issue-tracker","commit_stats":null,"previous_names":["star7js/jira-issue-tracker-server"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/star7js/jira-issue-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star7js%2Fjira-issue-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star7js%2Fjira-issue-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star7js%2Fjira-issue-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star7js%2Fjira-issue-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/star7js","download_url":"https://codeload.github.com/star7js/jira-issue-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star7js%2Fjira-issue-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28660091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jira","jira-data-center","jira-rest-api","jira-server"],"created_at":"2026-01-22T09:11:58.662Z","updated_at":"2026-01-22T09:11:59.239Z","avatar_url":"https://github.com/star7js.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jira Issue Tracker\n\n[![codecov](https://codecov.io/gh/star7js/jira-issue-tracker/branch/main/graph/badge.svg)](https://codecov.io/gh/star7js/jira-issue-tracker)\n\n\u003cimg src=\"https://github.com/star7js/jira-issue-tracker/assets/126814341/6b9d8d3e-f3ce-4d8d-a99d-2be30f33c757.png\" width=\"50%\" height=\"50%\"\u003e\n\nA lightweight desktop widget for tracking Jira issues at a glance. Monitor critical tasks without switching to your browser.\n\n## Why This Tool?\n\nStop context-switching between browser tabs to check Jira. This desktop app:\n- **Always visible**: Sits on your desktop like a sticky note\n- **Auto-refreshes**: Updates every hour automatically\n- **Customizable**: Track exactly what matters with JQL queries\n- **Fast**: Click to open any issue in your browser instantly\n- **Private**: Direct API connection, no third-party services\n\nPerfect for developers, project managers, and support engineers who need real-time visibility into their Jira workspace.\n\n## Features\n\n- **Custom JQL Queries**: Track up to 4 different queries simultaneously\n- **Auto-Refresh**: Updates every hour, no manual refresh needed\n- **One-Click Navigation**: Click any issue box to open in browser\n- **Light/Dark Mode**: Match your system theme\n- **Secure**: Direct API connection with retry logic and error handling\n- **Universal Support**: Works with Jira Cloud, Server, and Data Center\n\n## Platform Support\n\n- ✅ **Windows** 10/11\n- ✅ **macOS** 10.15+\n- ✅ **Linux** (Ubuntu, Fedora, Arch)\n\n## Installation\n\n**Requirements:** Python 3.9+\n\n### From PyPI (Recommended)\n```bash\npip install jira-issue-tracker\njira-tracker\n```\n\n### From Source\n```bash\ngit clone https://github.com/star7js/jira-issue-tracker.git\ncd jira-issue-tracker\npip install -e .\npython main.py\n```\n\n## Quick Setup\n\n### Interactive Setup (Easiest)\n```bash\npython setup_interactive.py\n```\n\nFollow the prompts to configure your Jira connection.\n\n### Manual Setup\n\n1. Copy `example.env` to `.env`\n2. Get your API token:\n   - **Jira Cloud**: Visit [API Tokens](https://id.atlassian.com/manage-profile/security/api-tokens)\n   - **Jira Server/Data Center**: Follow your organization's process\n3. Edit `.env`:\n\n```env\n# Your Jira URL (include https://)\nJIRA_SITE_URL=https://yourcompany.atlassian.net\n\n# Your API token (NOT your password!)\nJIRA_API_TOKEN=your_token_here\n\n# Optional: Customize your queries\nJQL_QUERY_ONE=assignee = currentUser() AND status != Done\nJQL_QUERY_TWO=project = MYPROJECT AND priority = High\nJQL_QUERY_THREE=created \u003e= -7d ORDER BY created DESC\nJQL_QUERY_FOUR=reporter = currentUser()\n```\n\n## Deployment Types\n\n| Type | Example URL |\n|------|-------------|\n| Jira Cloud | `https://yourcompany.atlassian.net` |\n| Jira Server | `https://jira.yourcompany.com` |\n| Jira Data Center | `https://yourcompany.com/jira` |\n\n## JQL Query Examples\n\nTrack what matters most to you:\n\n| Use Case | JQL Query |\n|----------|-----------|\n| My open tasks | `assignee = currentUser() AND status != Done` |\n| Team blockers | `project = MYPROJECT AND status = Blocked` |\n| Recent bugs | `type = Bug AND created \u003e= -7d ORDER BY created DESC` |\n| High priority | `priority IN (Highest, High) AND status != Done` |\n| My reports | `reporter = currentUser() ORDER BY created DESC` |\n| Sprint issues | `sprint in openSprints()` |\n\n[Full JQL Documentation](https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/)\n\n## Usage\n\nLaunch the tracker:\n```bash\n# If installed via pip\njira-tracker\n\n# Or from source\npython main.py\n```\n\n**First Run:** If `.env` isn't configured, you'll be prompted to set up your connection.\n\n**Features:**\n- Click any issue to open in browser\n- Auto-refreshes every hour\n- Toggle light/dark mode in settings\n- Queries update automatically\n\n## Compared To...\n\n| Feature | Browser Tabs | Desktop Notifications | This Tool |\n|---------|-------------|----------------------|-----------|\n| Always visible | ❌ | ⚠️ Temporary | ✅ Persistent |\n| Multiple queries | ❌ Manual | ❌ | ✅ Auto-refresh |\n| Low CPU usage | ❌ Heavy | ✅ | ✅ Lightweight |\n| Custom JQL | ✅ | ❌ | ✅ Full support |\n| Offline mode | ❌ | ❌ | ⚠️ Shows last data |\n\n## Development\n\n```bash\n# Install with dev dependencies\npip install -e \".[dev]\"\n\n# Run tests\npytest\n\n# Run with coverage\npytest --cov=. --cov-report=html --cov-report=term-missing\n\n# Format code\nblack .\n\n# Project structure\n├── main.py                              # Entry point\n├── jira_issue_tracker.py               # Main app logic\n├── api.py                              # Jira API wrapper\n├── issue_box.py                        # Issue display widget\n├── jira_connection_settings_popup.py   # Configuration UI\n└── tests/                              # Test suite\n```\n\n## Troubleshooting\n\n| Issue | Solution |\n|-------|----------|\n| \"Key JIRA_SITE_URL not found\" | Run `python setup_interactive.py` or copy `example.env` to `.env` |\n| \"Unable to connect\" | Verify URL includes `https://` and is accessible in browser |\n| \"Authentication failed\" | Regenerate API token - use token, NOT password |\n| \"No issues found\" | Test your JQL query directly in Jira to verify it works |\n| Issues not updating | Check network connection, app auto-refreshes every hour |\n| KivyMD warnings in console | Safe to ignore - doesn't affect functionality |\n| Blank screen on start | Ensure `.env` is configured correctly |\n\n## Roadmap\n\n- [ ] Configurable refresh interval\n- [ ] Desktop notifications for new issues\n- [ ] Issue quick actions (comment, transition)\n- [ ] Multiple workspaces support\n- [ ] System tray mode\n\n## License\n\nMIT License\n\n## Built With\n\n- [Kivy](https://kivy.org/) - Cross-platform Python framework\n- [KivyMD](https://kivymd.readthedocs.io/) - Material Design components\n- [Jira REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v3/) - Jira integration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstar7js%2Fjira-issue-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstar7js%2Fjira-issue-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstar7js%2Fjira-issue-tracker/lists"}