Connect your feedback to the tools you already use
Quillboard pushes status changes on your suggestions out to Slack, a Discord channel, GitHub Issues, Linear, or Jira — configured per community under Settings → Integrations.
Which events fire
An integration delivers when a suggestion transitions to any status you select: under_review · planned · in_progress · completed · rejected. GitHub / Linear / Jira also open a tracking issue and, where supported, sync the status back.
Slack
Delivers a message to a Slack channel via an Incoming Webhook.
- 1In Slack, go to api.slack.com/apps → Create New App → From scratch (or reuse an app).
- 2Enable Incoming Webhooks, click Add New Webhook to Workspace, and pick the target channel.
- 3Copy the webhook URL (
https://hooks.slack.com/services/…) and paste it into the Slack integration.
Discord channel
Posts to a Discord channel via a channel webhook — this is separate from the Quillboard bot.
- 1In Discord: Server Settings → Integrations → Webhooks → New Webhook.
- 2Choose the channel, then Copy Webhook URL (
https://discord.com/api/webhooks/…) and paste it in.
GitHub Issues
Opens and updates a GitHub Issue for tracked suggestions.
| Repository | owner/repo |
| Access token | A fine-grained PAT scoped to the repo with Issues: Read and write (or a classic token with the repo scope) — stored encrypted. |
Linear
Creates Linear issues in a team.
| API key | lin_api_… (Settings → API → Personal API keys) |
| Team ID | your team key, e.g. ENG |
Jira
Creates Jira issues in a project.
| Host | https://you.atlassian.net |
| the Atlassian account that owns the token | |
| API token | from id.atlassian.com → Security → API tokens — stored encrypted |
| Project key | e.g. FEED |
Notes
To rotate a credential, delete the integration and re-add it with the new token (tokens are write-only once saved — never shown back). Prefer to pull instead of push? A scoped API key plus the read-only API lets you fetch the same data into your own tooling — see the docs overview.