{"id":19149866,"url":"https://github.com/dullage/jirawidget","last_synced_at":"2025-09-09T01:31:47.104Z","repository":{"id":37204364,"uuid":"197382787","full_name":"dullage/JiraWidget","owner":"dullage","description":"A simple desktop widget for displaying Jira issue counts.","archived":false,"fork":false,"pushed_at":"2025-02-17T16:10:43.000Z","size":504,"stargazers_count":4,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-06T21:22:52.306Z","etag":null,"topics":["dashboard","electron","electron-app","jira","vue","vuejs","widget"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dullage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-17T12:14:39.000Z","updated_at":"2025-02-17T15:56:37.000Z","dependencies_parsed_at":"2023-02-18T03:31:22.070Z","dependency_job_id":null,"html_url":"https://github.com/dullage/JiraWidget","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/dullage/JiraWidget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2FJiraWidget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2FJiraWidget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2FJiraWidget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2FJiraWidget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dullage","download_url":"https://codeload.github.com/dullage/JiraWidget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2FJiraWidget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274232031,"owners_count":25245855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":["dashboard","electron","electron-app","jira","vue","vuejs","widget"],"created_at":"2024-11-09T08:09:54.112Z","updated_at":"2025-09-09T01:31:47.090Z","avatar_url":"https://github.com/dullage.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Version](https://img.shields.io/github/package-json/v/dullage/JiraWidget.svg)\n\n# JiraWidget\n\nA simple desktop widget for displaying Jira issue counts. Integrates with Jira Server and Jira Cloud.\n\n![Screenshot](docs/screenshot.png)\n\nThe example above shows 2 configured counts but you can configure as many as you'd like.\n\n## Notes / Features\n\n* The counts are refreshed once per minute.\n* Clicking on a label/count will open a Jira search (in the default browser) listing the issues.\n* The widget will always stay on top of other windows.\n* By default labels with a 0 count will be shown but they can be optionally hidden with `\"hideWhenZero\": true`.\n* As labels are shown/hidden the app will resize. By default this will be anchored to the top left of the app but this can be changed with `anchorBottom` and `anchorRight`.\n* `username` and `password` are optional and may be omitted if target issues are publicly accessible.\n* When using Jira Cloud, you'll need to generate an API token and use that as the password.\n\n## Installation\n\n### Windows\n\nNavigate to the [Releases](https://github.com/Dullage/JiraWidget/releases) area of this repo to download the latest executable.\n\n## Configuration\n\nIn your user/home directory, add a file called \".jira-widget.json\". Open this file and paste in the template below changing the values as required:\n\n```json\n{\n  \"jiraBaseUrl\": \"https://your.jira.instance\",\n  \"username\": \"john.smith@example.com\",\n  \"password\": \"yourPassword!\",\n  \"anchorBottom\": true,\n  \"anchorRight\": true,\n  \"labels\": [\n    {\n      \"name\": \"TO DO\",\n      \"jql\": \"assignee = 'adamd' and status = 'To Do'\",\n      \"hideWhenZero\": false\n    },\n    {\n      \"name\": \"IN PROGRESS\",\n      \"jql\": \"assignee = 'adamd' and status = 'In Progress'\",\n      \"hideWhenZero\": true\n    },\n    {\n      \"name\": \"DONE\",\n      \"jql\": \"assignee = 'adamd' and status = 'Done'\",\n      \"hideWhenZero\": false\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdullage%2Fjirawidget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdullage%2Fjirawidget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdullage%2Fjirawidget/lists"}