makeplane / makeplane/plane

[bug]: Listing work items with API request does not filter by user ID

Open
#8,221 0 comments 0 reactions 2 assignees View on GitHub

@vihar is already working on this.

Since Dec 2, 2025.

🐛bug
Dominant language
TypeScript
Stars
59.6k
Forks
5.8k
Avg merge
1d 22h
Merged PRs (30d)
49

Description

Is there an existing issue for this?
  • I have searched the existing issues
Current behavior

When I try to query the API for work items and filter the result by my ID only, I still get all the work items as result.
This is the CURL request that I send by using the API reference web site:

curl --request GET \
  --url 'https://api.plane.so/api/v1/workspaces/<workspace_slug>/projects/<project_id>/work-items/?assignee=<user_id>' \
  --header 'x-api-key: <api_key>'

workspace_slug, project_id and user_id are all correct and they should work. The only work item that I'm assigned to right now has my ID in the assignees array in the response json correctly.

I'd say the desired functionality is that it should respond only with work items that have the given user id in the assignees array

Steps to reproduce
  1. Go to https://planesoftwareinc.mintlify.app/api-reference/issue/list-issues
  2. Make a request and filter them with user id in the assignee parameter field
Environment

Production

Browser

None

Variant

Cloud

Version

Latest

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.