Shortcut
Turn feedback into stories. Automatically create Shortcut stories when feedback is submitted, and keep statuses synchronized between Quackback and Shortcut. When a story's workflow state changes in Shortcut, the linked feedback post updates too.
Overview
The Shortcut integration enables:
- Create Shortcut stories from feedback posts -- automatically create a story when new feedback is submitted
- Link posts to stories -- link feedback posts to Shortcut stories for traceability
- Status sync -- keep feedback post status and Shortcut story workflow state in sync via inbound webhooks
Prerequisites
- Admin access to your Quackback workspace
- A Shortcut workspace
- A Shortcut API token (generated at Shortcut Settings > API Tokens)
Setup
1. Generate a Shortcut API Token
- Go to Shortcut Settings > API Tokens
- Generate a new API token
- Copy the token
Shortcut uses API token authentication rather than OAuth. No application registration is required.
2. Connect Your Workspace
- Go to Admin → Settings → Integrations → Shortcut
- Enter your API Token
- Click Save
Quackback validates the token by checking it against the Shortcut API and automatically detects your workspace name.
3. Select a Project
Back in Quackback:
- Choose the Shortcut project where stories should be created
- Stories will be created in this project when new feedback is submitted
4. Configure Status Mappings
Map Shortcut workflow states to Quackback statuses:
- Go to the Shortcut integration settings
- Configure status mappings between Shortcut workflow state names and Quackback statuses
- Each Shortcut workflow state can be mapped to a corresponding Quackback status, or set to ignore
Shortcut uses workflow state IDs internally. Quackback maintains a mapping of workflow state IDs to their names, so status sync resolves the ID to a name before looking up the configured mapping.
5. Configure Events
Choose which events trigger Shortcut actions:
| Event | Action |
|---|---|
| New post | Create a Shortcut story with the feedback details |
The Shortcut integration currently creates stories only for post.created events. Status changes and comments are handled through the status sync mechanism rather than creating new stories.
6. Save and Test
- Click Save
- Submit test feedback to verify a story is created in Shortcut
Story Format
When a new feedback post triggers story creation, the Shortcut story includes:
- Name: The feedback post title (truncated to 512 characters if needed)
- Description (Markdown): The post content, followed by metadata including the author, board, vote count, and a link back to the post in Quackback
- Story type: Feature
- Project: The selected Shortcut project
Status Sync
When status sync is configured, Quackback receives webhook events from Shortcut. When a linked story's workflow state changes:
- Shortcut sends a webhook event to Quackback
- Quackback looks for story update actions with
workflow_state_idchanges - The new workflow state ID is resolved to a state name using the cached workflow states mapping
- If a status mapping exists for that state name, the linked feedback post's status is updated
The webhook signature is verified using HMAC-SHA256 via the Payload-Signature header.
On post delete
When you delete a feedback post with a linked Shortcut story, you can archive the story at the same time. The delete dialog shows a checkbox for each linked story.
To pre-check this by default, enable the On post delete toggle in the Shortcut integration settings. You can always override the default per-delete.
Manage the integration
Pause
Temporarily stop the integration:
- Go to Admin → Settings → Integrations → Shortcut
- Toggle Enabled off
- Story creation and status sync pause, but the connection remains
Reconnect
If you see connection errors:
- Generate a new API token in Shortcut
- Update the token in Admin → Settings → Integrations → Shortcut
Disconnect
To fully remove the integration:
- Go to Admin → Settings → Integrations → Shortcut
- Click Disconnect
- Confirm the action
Troubleshooting
Stories Not Being Created
- Check integration status -- look for errors in settings
- Verify project selection -- ensure a Shortcut project is selected
- Check event mappings -- confirm
post.createdis mapped - Validate API token -- ensure the token has not been revoked in Shortcut
Status Sync Not Working
- Check status mappings -- ensure Shortcut workflow states are mapped to Quackback statuses
- Verify workflow states -- the integration needs a mapping of workflow state IDs to names; if new states were added in Shortcut, they may need to be configured
- Check webhook -- the Shortcut webhook may need to be re-registered
"Authentication Failed" Error
Shortcut API tokens do not expire automatically but can be revoked. If you see this error:
- Verify the token is still valid in Shortcut settings
- Generate a new token if needed
- Update the token in Quackback
Next Steps
- Linear - Linear issue sync integration
- Webhooks - Build custom integrations
- Integrations Overview - All integrations