Access your Backlog issues, projects, and notifications directly from Raycast.
- Display unread notification count in menu bar
- Browse notifications sent to you
- List issues assigned to or created by you
- Access recently viewed issues, projects, and wikis
- Support for multiple spaces
- Open Raycast on your Mac
- Navigate to Store and search for "Backlog"
- Click Install
On first use, you'll need to register your Backlog space and API key:
- Run any Backlog command (e.g., "Notifications")
- Enter your Space Domain (domain ending with
.backlog.com
or.backlog.jp
) and API Key - Click Save or press Command + Enter to register your space
You can obtain your space's API key by following these steps:
- Go to Personal Settings → API from the user icon in the global bar1
- In API Settings, click Generate new API Key and enter a memo like "Backlog Raycast Extension" and click "Register"
- Copy the API key displayed in Registered API Keys
Enter
: Open in browserCmd + Shift + u
: Copy URLCmd + f
: Toggle detail panelCmd + s
: Add star
Ctrl + c
: Copy issue key onlyCtrl + Shift + c
: Copy issue key and title
Cmd + Shift + f
: Change filter
Cmd + Enter
: Open project menu
Cmd + n
: Create pull requestCmd + Shift + r
: Move repositoryCmd + Shift + f
: Change filterCmd + Shift + p
: Select movable repository
Cmd + Shift + r
: Refresh dataCmd + Shift + m
: Manage registered spacesCmd + Shift + n
: Register another space
- Clone this repository
- Install dependencies with
pnpm install
(ornpx nypm install
) - Start the extension in Development Mode with
pnpm run dev
(ornpx nypm run dev
) - Press
Cmd + E
to open the extension in Raycast
Footnotes
-
A link to the API page will be displayed when you enter your space domain in the space registration screen ↩