{"id":16252469,"url":"https://github.com/remarkablemark/jira-dashboard-gadget","last_synced_at":"2026-04-29T21:31:55.308Z","repository":{"id":225750762,"uuid":"766755944","full_name":"remarkablemark/jira-dashboard-gadget","owner":"remarkablemark","description":"⚙️ Jira dashboard gadget Forge app","archived":false,"fork":false,"pushed_at":"2026-04-24T13:34:36.000Z","size":6846,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-24T15:40:54.916Z","etag":null,"topics":["app","atlassian","atlassian-jira","dashboard","forge","forge-app","gadget","javascript","jira","jira-app","jira-dashboard","jira-gadget","react","typescript"],"latest_commit_sha":null,"homepage":"https://developer.atlassian.com/platform/forge/getting-started/","language":"TypeScript","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/remarkablemark.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"buy_me_a_coffee":"remarkablemark","thanks_dev":"u/gh/remarkablemark","custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2024-03-04T04:07:25.000Z","updated_at":"2026-04-23T13:39:27.000Z","dependencies_parsed_at":"2024-03-04T05:26:48.964Z","dependency_job_id":"36d33304-e8c7-4f8a-b333-1015aed41cf5","html_url":"https://github.com/remarkablemark/jira-dashboard-gadget","commit_stats":null,"previous_names":["remarkablemark/jira-dashboard-gadget"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/remarkablemark/jira-dashboard-gadget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fjira-dashboard-gadget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fjira-dashboard-gadget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fjira-dashboard-gadget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fjira-dashboard-gadget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/jira-dashboard-gadget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fjira-dashboard-gadget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32444974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["app","atlassian","atlassian-jira","dashboard","forge","forge-app","gadget","javascript","jira","jira-app","jira-dashboard","jira-gadget","react","typescript"],"created_at":"2024-10-10T15:13:50.012Z","updated_at":"2026-04-29T21:31:55.288Z","avatar_url":"https://github.com/remarkablemark.png","language":"TypeScript","funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://buymeacoffee.com/remarkablemark","https://thanks.dev/u/gh/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"# Jira Dashboard Gadget\n\n[![build](https://github.com/remarkablemark/jira-dashboard-gadget/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/jira-dashboard-gadget/actions/workflows/build.yml)\n\nThis project contains a Forge app written in JavaScript that displays `Hello World!` in a [Jira dashboard gadget](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-dashboard-gadget/).\n\nSee [documentation and tutorials](https://developer.atlassian.com/platform/forge) explaining Forge.\n\n## Prerequisites\n\n[Create a Forge app](https://developer.atlassian.com/platform/forge/set-up-forge/) and replace `app.id` in [manifest.yml](manifest.yml).\n\n## Quick Start\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablemark/jira-dashboard-gadget.git\ncd jira-dashboard-gadget\n```\n\nInstall the dependecies:\n\n```sh\nnpm install\n```\n\nLog in to your Atlassian account:\n\n```sh\nnpm run login\n```\n\nModify the frontend app by editing the `src/frontend/src/index.tsx` file.\n\nModify the backend app by editing the `src/backend/index.js` file to define resolver functions. See [Forge resolvers](https://developer.atlassian.com/platform/forge/runtime-reference/custom-ui-resolver/) for documentation on resolver functions.\n\nBuild, deploy, and install your app in an Atlassian site:\n\n```sh\nnpm run deploy\n```\n\nDevelop your app by running `forge tunnel` to proxy invocations locally:\n\n```sh\nnpx forge tunnel\n```\n\n### Notes\n\n- Use the `npx forge deploy` command when you want to persist code changes.\n- Use the `npx forge install` command when you want to install the app on a new site.\n- Once the app is installed on a site, the site picks up the new app changes you deploy without needing to rerun the install command.\n\n## Resources\n\n- [Manage your apps](https://developer.atlassian.com/platform/forge/manage-your-apps/)\n- [Product bridge APIs](https://developer.atlassian.com/platform/forge/apis-reference/ui-api-bridge/bridge/)\n- [Atlassian design system](https://atlassian.design/components)\n\n## Examples\n\n- [Issue Formula](https://github.com/remarkablemark/issue-formula)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fjira-dashboard-gadget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fjira-dashboard-gadget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fjira-dashboard-gadget/lists"}