Documentation
Projects
GRID Projects brings project management directly into your development workflow. Create Kanban boards, track issues, and link tasks directly to your code branches without leaving the ecosystem.
Creating a Project
Projects act as containers for your tasks and roadmaps. To create one:
1
Go to Dashboard → Projects2
Click the "New Project" button3
Enter a descriptive name for your project4
Click Create to initialize your boardKanban Boards
Every project comes with a fully-featured Kanban board. You can organize tasks into columns (e.g., Todo, In Progress, Done) and drag-and-drop them to update their status.
Task Tracking
Create detailed tasks with descriptions, priority levels, and due dates. Assign them to team members to keep everyone aligned.
Code Integration
Link tasks to branches or PRs. Moving a task to "Done" can automatically trigger workflows or update issue status.
IDE Integration
Access your projects directly from the GRID IDE sidebar.
- •View your assigned tasks without context switching
- •Create new issues from TODO comments in code
- •Update task status as you push code