Skip to documentation
ScrumPulseDocumentation
v2.0 docsSign in
Workspace and security

Integration and workspace settings

Manage the connected board, enabled cycles, write mode, action cap, and confirmation threshold.

Last updated August 8, 2026

Settings → Integration is the dashboard control plane for the current organization.

Required permission: integrations:manage. Administrators receive it automatically; they can delegate it to another member under Settings → Access & Roles.

Integration fields#

FieldPurpose
Board TypeSelects the Taiga or Jira adapter.
Project Key / Slug / IDIdentifies the target project.
Base URLIdentifies the provider API or site.
API TokenReplaces the encrypted board credential when a value is entered.
Enabled CyclesLimits the dashboard-triggered cycle selection.

Use Test Connection before saving a new or rotated credential.

Execution profile fields#

FieldPurpose
Write modeChooses dry_run or, when the plan allows it, active.
Max Actions Per RunCaps the action volume associated with a run.
Confirmation ThresholdRequires explicit confirmation when the planned action count reaches the configured threshold.

Update settings safely#

  1. Record the current board and execution settings outside the application if your change process requires rollback evidence.
  2. Enter the new provider details or token.
  3. Select Test Connection.
  4. Keep write mode on dry_run while validating a new board.
  5. Use a conservative action cap and confirmation threshold.
  6. Select Save Settings.
  7. Complete a focused dry run and inspect its action log.

Provider token behavior#

The API encrypts stored tokens with Fernet. It does not return the raw token to the browser. Production startup requires an explicit encryption key and rejects insecure development cryptography when production guards are active.

Changing the SaaS integration does not update GitHub Actions or another standalone engine deployment. Rotate those credentials through their own secret store.