Linking Shortcut as a source

Alpha release

This source is currently in alpha. The interface and available tables may change.

The Shortcut connector syncs your Shortcut project management data – stories, epics, iterations, members, and more – into the PostHog data warehouse.

Adding a data source

  1. Go to the sources tab of the data pipeline section in PostHog.
  2. Click + New source and then click Link next to Shortcut.
  3. Next, you need an API token from Shortcut. In your Shortcut account, go to SettingsAccountAPI Tokens (or visit your API tokens settings directly) and generate a token. The token grants access to the entire workspace it belongs to and becomes invalid if you are removed from that workspace.
  4. Back in PostHog, enter the token in the API token field and click Next.
  5. Select the tables you want to sync, set the sync method and frequency, then click Import.

Once the syncs are complete, you can start using Shortcut data in PostHog.

Available tables

TableDescriptionSync method
membersMembers of your Shortcut workspaceFull refresh
groupsGroups (teams) in your workspaceFull refresh
projectsProjectsFull refresh
workflowsWorkflows and their statesFull refresh
epicsEpicsFull refresh
iterationsIterationsFull refresh
labelsLabelsFull refresh
categoriesCategoriesFull refresh
objectivesObjectivesFull refresh
custom_fieldsCustom field definitionsFull refresh
filesUploaded filesFull refresh
linked_filesLinked filesFull refresh
repositoriesConnected version control repositoriesFull refresh
entity_templatesStory entity templatesFull refresh
storiesStories (work items)Incremental

Incremental tables sync only new or updated records on each run. Full refresh tables reload all data on each sync.

Sync limitations

Only the stories table supports incremental sync (via the created_at or updated_at cursor). Every other Shortcut endpoint returns its full collection in a single response with no server-side timestamp filter, so those tables are always synced as a full refresh.

Configuration

OptionTypeRequired
API tokenpasswordYes

Community questions

Was this page useful?

Questions about this page? or post a community question.