About Plane
Meet Plane, an open-source project management tool to track issues, run sprints cycles, and manage product roadmaps without the chaos of managing the tool itself.
Features
- Issues: Quickly create issues and add details using a powerful rich text editor that supports file uploads. Add sub-properties and references to problems for better organization and tracking.
- Cycles: Keep up your team's momentum with Cycles. Gain insights into your project's progress with burn-down charts and other valuable features.
- Modules: Break down your large projects into smaller, more manageable modules. Assign modules between teams to track and plan your project's progress easily.
- Views: Create custom filters to display only the issues that matter to you. Save and share your filters in just a few clicks.
- Pages: Plane pages, equipped with AI and a rich text editor, let you jot down your thoughts on the fly. Format your text, upload images, hyperlink, or sync your existing ideas into an actionable item or issue.
- Analytics: Get insights into all your Plane data in real-time. Visualize issue data to spot trends, remove blockers, and progress your work.
- Drive (coming soon): The drive helps you share documents, images, videos, or any other files that make sense to you or your team and align on the problem/solution.
Environment variables
View environment variables
- PROJECT
- plane
- DOMAIN
- stack.localhost
- POSTGRES_USER
- "plane"
- POSTGRES_PASSWORD
- "plane"
- POSTGRES_DB
- "plane"
- PGDATA
- "/var/lib/postgresql/data"
- REDIS_HOST
- "plane-redis"
- REDIS_PORT
- "6379"
- RABBITMQ_HOST
- "plane-mq"
- RABBITMQ_PORT
- "5672"
- RABBITMQ_USER
- "plane"
- RABBITMQ_PASSWORD
- "plane"
- RABBITMQ_VHOST
- "plane"
- AWS_REGION
- ""
- AWS_ACCESS_KEY_ID
- "access-key"
- AWS_SECRET_ACCESS_KEY
- "secret-key"
- AWS_S3_ENDPOINT_URL
- "https://$PROJECT.$DOMAIN"
- AWS_S3_BUCKET_NAME
- "uploads"
- FILE_SIZE_LIMIT
- 5242880
- OPENAI_API_BASE
- "https://api.openai.com/v1" # deprecated
- USE_MINIO
- 1