Skip to main content
You’ll create: an OAuth application on your Assembla account. We’ll be able to read: tickets in the space you nominate, limited to what the connecting user can see.

Steps

1

Create the OAuth application

Sign in to app.assembla.com.Click your avatar in the top right → Profile, then open the OAuth tab.Click Create new application and fill in:Save the application.
2

Copy the credentials

Open the application’s Edit page. The Client ID and Client Secret are shown there.
3

Find the Space Wiki ID

Open the Assembla space you want connected — its URL looks like https://app.assembla.com/spaces/<space-name>/....The Space Wiki ID is under Space Admin → General → Identifiers. If you cannot find it, send us the space slug and we will look it up.

Send us

Things to know

  • Assembla has no per-app scope picker. The token inherits the permissions of whoever connects, so make sure connecting users have at least Read access to the tickets you want surfaced.
  • Assembla’s API has no global ticket-search endpoint, so we page through recent tickets and filter on our side. Slightly slower results are expected behaviour, not a setup problem.