{"id":23387572,"url":"https://github.com/remarkablemark/issue-formula","last_synced_at":"2026-01-16T12:50:16.220Z","repository":{"id":225924637,"uuid":"767259636","full_name":"remarkablemark/issue-formula","owner":"remarkablemark","description":"Σ Calculate mathematical formulas with issue data","archived":false,"fork":false,"pushed_at":"2025-04-10T04:16:56.000Z","size":6390,"stargazers_count":1,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T05:16:15.526Z","etag":null,"topics":["app","dashboard","forge","forge-app","formula","gadget","issues","javascript","jira","jira-app","jira-dashboard","jira-gadget","math","react","typescript"],"latest_commit_sha":null,"homepage":"https://marketplace.atlassian.com/1233729","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":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2024-03-05T01:07:58.000Z","updated_at":"2025-04-04T15:56:09.000Z","dependencies_parsed_at":"2024-04-05T06:24:17.937Z","dependency_job_id":"4b8a4972-a62f-479f-8dd6-f77ca18ccf8e","html_url":"https://github.com/remarkablemark/issue-formula","commit_stats":null,"previous_names":["remarkablemark/jira-dashboard-gadget-issue-formula","remarkablemark/issue-formula"],"tags_count":13,"template":false,"template_full_name":"remarkablemark/jira-dashboard-gadget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fissue-formula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fissue-formula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fissue-formula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fissue-formula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/issue-formula/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345274,"owners_count":21088245,"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","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","dashboard","forge","forge-app","formula","gadget","issues","javascript","jira","jira-app","jira-dashboard","jira-gadget","math","react","typescript"],"created_at":"2024-12-22T01:22:51.996Z","updated_at":"2026-01-16T12:50:16.203Z","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://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/remarkablemark/issue-formula/master/icon.svg\" alt=\"Issue Formula\" width=\"65\"\u003e\n\u003c/p\u003e\n\n# Issue Formula\n\n[![release](https://img.shields.io/github/v/release/remarkablemark/issue-formula)](https://github.com/remarkablemark/issue-formula/releases)\n[![build](https://github.com/remarkablemark/issue-formula/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/issue-formula/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/remarkablemark/issue-formula/graph/badge.svg?token=GsBnfiZMCF)](https://codecov.io/gh/remarkablemark/issue-formula)\n\n\u003ckbd\u003eIssue Formula\u003c/kbd\u003e is a [Jira dashboard gadget](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-dashboard-gadget/) that calculates mathematical formulas with issue data.\n\n[Get it now](https://marketplace.atlassian.com/apps/1233729/issue-formula). Read the [wiki](https://github.com/remarkablemark/issue-formula/wiki/).\n\n[![Get it now](https://img.shields.io/badge/Get_it_now-f5cd47?style=for-the-badge\u0026logo=atlassian\u0026logoColor=0052cc)](https://marketplace.atlassian.com/apps/1233729/issue-formula)\n\n## Prerequisites\n\n[Set up Forge](https://developer.atlassian.com/platform/forge/set-up-forge/).\n\n## Quick Start\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablemark/issue-formula.git\ncd issue-formula\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. View your changes with [Storybook](https://storybook.js.org/):\n\n```sh\nnpm run storybook\n```\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## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fissue-formula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fissue-formula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fissue-formula/lists"}