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
| Integration | What it shows |
|---|---|
| Jira | Unresolved issues assigned to you |
| GitHub | PRs where you're a reviewer or author |
| Slack | Recent mentions and messages |
Setting up Jira
- Click + Add Integration at the bottom of the Inboxes folder.
- Select Jira.
- Enter your Jira domain (e.g.
company.atlassian.net), email, and API token. - 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:
| Tool | Description |
|---|---|
list_jira_issues | List Jira issues for an integration |
get_jira_issue | Get a specific issue by key (e.g. PROJ-123) |
search_jira_issues | Search with custom JQL |
list_github_prs | List GitHub PRs (filter: review_requested or authored) |
get_github_pr | Get a specific PR |
list_slack_messages | List recent Slack messages |
Managing integrations
| Tool | Description |
|---|---|
list_integrations | List all configured integrations |
get_integration_health | Check if an integration is working |
diagnose_integration | Debug connection issues |
refresh_integration | Force-refresh cached data |