-
Notifications
You must be signed in to change notification settings - Fork 0
[Bug]: Unknown API method: workspaces.create_from_linear_issue #115
Copy link
Copy link
Open
Description
Platform
macOS
Operating system version
macOS Tahoe 26.3.1 (25D2128)
System architecture
ARM64 (M1, M2, etc)
PolyScope Version
0.15.0
Bug description
When I try to create a workspace from a Linear issue, the API responds with "Unknown API method: workspaces.create_from_linear_issue"
Steps to reproduce
- Connect Linear to Polyscope and your repo
- Get a Polyscope API token
- Get your repo id by running:
curl https://getpolyscope.com/api/v1/repositories \
-H "Authorization: Bearer your-api-token"- Run:
curl -s -X POST https://getpolyscope.com/api/v1/workspaces \
-H "Authorization: Bearer your-api-token" \
-H "Content-Type: application/json" \
-d '{"repository_id":"your-repo-id","linear_issue_url":"https://linear.app/team/issue/PS-368"}'- Response:
{
"error": {
"code": "unknown_method",
"message": "Unknown API method: workspaces.create_from_linear_issue"
}
}Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels