https://github.com/namchee/flareon
Daily Standup reporter in form of Slack bot. Made for internal use by @itsmagic at Tokopedia
https://github.com/namchee/flareon
Last synced: over 1 year ago
JSON representation
Daily Standup reporter in form of Slack bot. Made for internal use by @itsmagic at Tokopedia
- Host: GitHub
- URL: https://github.com/namchee/flareon
- Owner: Namchee
- License: mit
- Created: 2021-12-28T14:28:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T11:18:32.000Z (over 4 years ago)
- Last Synced: 2025-01-30T03:28:03.320Z (over 1 year ago)
- Language: TypeScript
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flareon
Flareon is a Slack bot that writes daily standup report for Flareon Growth Team at Tokopedia. For internal use only.
Designed to be executed under [Cloudflare Workers](https://workers.cloudflare.com/)
## Configuration
Flareon requires the following configuration that *must* be stored on [environment variables](https://developers.cloudflare.com/workers/platform/environment-variables)
| Name | Description |
| ---- | ----------- |
| `JIRA_HOST` | JIRA workspace hostname |
| `JIRA_TOKEN` | JIRA access token. [How to get access token](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/) |
| `EMAIL` | Workspace email. Make sure that this email has an access to the JIRA workboard
| `BOARD_ID` | JIRA board ID. You can get this easily by examining your board URL |
| `TEAM_ID` | Slack team ID |
| `CHANNEL_ID` | Slack channel ID. The daily report will be posted on this channel |
| `SLACK_TOKEN` | Slack access token for the workspace |
| `FOOTER` | Footer link. Optional |
## Final Words
Have fun! Focus on what matters.