Skip to content

[Bug]: Unknown API method: workspaces.create_from_linear_issue #115

@neverything

Description

@neverything

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

  1. Connect Linear to Polyscope and your repo
  2. Get a Polyscope API token
  3. Get your repo id by running:
curl https://getpolyscope.com/api/v1/repositories \
  -H "Authorization: Bearer your-api-token"
  1. 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"}'
  1. Response:
{
    "error": {
        "code": "unknown_method",
        "message": "Unknown API method: workspaces.create_from_linear_issue"
    }
}

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions