Public API support for creating and managing Views
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
We need public/API-key support for creating and managing Views.
Current problem:
- Views are a core organizational surface in Plane.
- They are how teams encode saved filters, work slices, operating cadences, and repeatable working contexts.
- But from an automation and integration perspective, Views appear to be missing from the supported public/API-key surface.
Requested capability:
- List views for a project.
- Create views via API.
- Update views via API.
- Delete or archive views via API.
- Manage filters, grouping, sorting, visible fields, and layout/display settings through the API.
- Support stable IDs/external IDs so automations can upsert views instead of duplicating them.
Why this matters:
- repo -> Plane automation often needs to create the working surface, not just the underlying work items
- company ops automations need recurring inbox, waiting-on, planning, or review views
- integrations need to keep views aligned with tags, states, modules, and workflow rules
- without API support, the data can be automated but the usable surface still has to be built manually in the UI
Real-world impact:
We were able to automate work items because the API-key surface supports them reliably, but views are still a manual gap. That means the structure exists in Plane, but the actual saved working contexts still require hand setup.
This would pair especially well with broader API coverage for Pages and other project surfaces. For many teams, automating Plane successfully means not only creating records, but also creating the views people actually work from.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at Plane's public/API-key surface for project Views and trace how existing API-supported work items are exposed. Define the scope for listing, creating, updating, deleting or archiving Views, including filters, grouping, sorting, display settings, and stable IDs. Done means these operations are available through the API and covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100