plane icon indicating copy to clipboard operation
plane copied to clipboard

🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage.

Results 994 plane issues
Sort by recently updated
recently updated
newest added

chore: - store various shades of accent color. refactor: - custom theme selector function to save new custom theme.

docs: update readme.md for self hosting setup and remove pnpm from contribution guidelines

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When you open the `Issue` list and open it with the...

bug
Plane

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior There is no scrollbar visible in the "Select label" dropdown in...

bug
Plane
self-hosted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Go to your `Module` section. It getting crashed ![CRASH](https://github.com/makeplane/plane/assets/97095857/6d56e3d8-2f3b-4a91-b935-1d003c26b90b) ### Steps...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior The Docker version of the Plane API ([makeplane/plane-backend:latest](https://hub.docker.com/r/makeplane/plane-backend)) uses a high...

bug

This PR adds support for custom OpenAI API (compatible) endpoints. It also updates the OpenAI-python package to the latest version and change engine to model as per [new api docs](https://help.openai.com/en/articles/6283125-what-happened-to-engines)

fix: - cycle and module sidebar overflow fix - cycle list item overflow fix - filter dropdown fix - recent page overflow fix - label dropdown ui improvement

- Added Celery beat and scheduled issue archival - Created API's to get archived issue

Adding ability to authenticate with LDAP with the normal email/password login flow. Allows to restrict groups that are allowed LDAP sign-in with the `LDAP_RESTRICT_GROUP` setting Closes https://github.com/makeplane/plane/issues/916 Closes https://github.com/makeplane/plane/issues/1296