Plane Raycast Extension
A powerful Raycast extension for managing work items in Plane, the open-source project management tool. This extension allows you to create, search, view, and manage work items directly from your macOS command palette.
Features
🚀 Core Commands
- Create Work Item - Create new work items with comprehensive details
- Search Work Items - Search and filter work items across all projects
- Search Projects - View projects and their work items
✨ Work Item Management
🔍 Search & Discovery
- Global search across all projects and workspaces
- Real-time search with throttling for performance
- Filter by project, state, priority, and other properties
- Detailed work item views with all metadata
Installation
Install the extension from the Raycast Store, then follow the authentication steps below.
Authentication
OAuth Authentication (Recommended)
For Plane Cloud users, OAuth provides the simplest authentication experience:
- Open Raycast and run any Plane command
- Click "Authorize" when prompted
- Complete the OAuth flow in your browser
- Return to Raycast - you're ready to go!
API Key Authentication
For both Plane Cloud and Self-Hosted instances:
-
Get your API key from Plane:
- Go to your Plane workspace
- Navigate to Settings → Account → Personal Access Tokens
- Create a personal access token
-
Configure the extension:
- Open Raycast preferences (⌘,)
- Navigate to Extensions → Plane
- Enter your API Key
- For self-hosted instances, also provide:
- API Base Path (e.g.,
https://your-plane.com)
- App Base URL (e.g.,
https://your-plane.com)
-
Set your workspace:
- Run any Plane command
- Enter your workspace slug when prompted
- You can find your workspace slug in your Plane URL:
plane.so/your-workspace-slug
Usage
Creating Work Items
- Open Raycast (⌘ Space)
- Type "Create Work Item" or use the shortcut
- Fill in the work item details:
- Select a project
- Enter title and description
- Choose state, priority, labels
- Assign to cycles, modules, and team members
- Press Enter to create
Searching Work Items
- Open Raycast (⌘ Space)
- Type "Search Work Items"
- Enter your search query
- Browse and select work items
- Use quick actions to update state, priority, or edit
Quick Actions
When viewing work items, you can use these keyboard shortcuts:
- ⌘⇧E - Edit work item
- ⌘⇧S - Update state
- ⌘⇧P - Update priority
- ⌘⇧O - Open work item details
Key Components
CreateWorkItemForm - Comprehensive work item creation
EditWorkItemForm - Work item editing interface
WorkItemDetail - Detailed work item view
WorkItemActions - Quick action menus
SearchWorkItems - Global search interface
Made with ❤️ for the Plane community