—integrations::config

Configure integrations for the current project — both messaging platforms (Slack, Discord) and issue trackers (Jira, Linear, GitHub).

Syntax

--integrations::config:<name>

Supported integrations

CommandIntegration
--integrations::config:slackSlack app configuration
--integrations::config:discordDiscord webhook
--integrations::config:jiraJira Cloud
--integrations::config:linearLinear
--integrations::config:githubGitHub Issues

Examples

--integrations::config:slack
--integrations::config:linear
--integrations::config:jira
--integrations::config:github
--integrations::config:discord

Messaging integrations

Slack — Requires a Slack app with a bot token and OAuth setup. Once configured, use --send:slack to send messages to any channel.

Discord — Paste a Discord webhook URL. Once configured, use --send:discord to post messages.

Issue tracker integrations

Linear — Requires an API key and team ID. Once configured, open any log entry and use the Create issue button or select Linear from the tracker dropdown.

Jira — Requires a Jira Cloud base URL, email, API token, and project key.

GitHub — Requires a personal access token, owner, and repository name. Issues are created with optional labels.

Notes

  • Integrations are scoped to the current project
  • Credentials are stored encrypted
  • Available in the filter bar, command palette, project, and detail viewer scopes
  • Executes on submit