Inboxes

A virtual sidebar folder that surfaces Jira tickets, GitHub PRs, and Slack messages from your connected integrations.

Inboxes is a virtual folder in the project sidebar that groups items from your connected integrations — Jira tickets assigned to you, GitHub PRs awaiting your review, and Slack messages. It keeps your external work items visible alongside your sessions without leaving Scape.

Supported integrations

IntegrationWhat it shows
JiraUnresolved issues assigned to you
GitHubPRs where you're a reviewer or author
SlackRecent mentions and messages

Setting up Jira

  1. Click + Add Integration at the bottom of the Inboxes folder.
  2. Select Jira.
  3. Enter your Jira domain (e.g. company.atlassian.net), email, and API token.
  4. Scape verifies credentials via the Jira REST API.

Credentials are stored securely in macOS Keychain.

By default, Jira shows issues matching assignee = currentUser() AND resolution = Unresolved. You can customize the JQL filter.

Working with Jira tickets

Click a ticket in the Inboxes folder to:

  • Open it in Scape's browser companion
  • Seed a session — start a coding session with the ticket context pre-loaded as a prompt
  • Create a worktree + session — spin up an isolated worktree for the ticket and start coding

MCP tools

Agents can read integration data programmatically:

ToolDescription
list_jira_issuesList Jira issues for an integration
get_jira_issueGet a specific issue by key (e.g. PROJ-123)
search_jira_issuesSearch with custom JQL
list_github_prsList GitHub PRs (filter: review_requested or authored)
get_github_prGet a specific PR
list_slack_messagesList recent Slack messages

Managing integrations

ToolDescription
list_integrationsList all configured integrations
get_integration_healthCheck if an integration is working
diagnose_integrationDebug connection issues
refresh_integrationForce-refresh cached data