Create project
Create_Project is an advanced project management tool integrated with Linear that allows users to effortlessly create and organize new projects within their teams. It streamlines project setup by enabling detailed input of project information, deadlines, and team assignments.
Features
- Easily create new projects with descriptive names and summaries to keep your team aligned.
- Supports detailed project descriptions using Markdown for rich text formatting and clarity.
- Set project timelines with start and target dates to effectively manage schedules.
- Assign projects to specific teams and designate project leads for clear ownership.
- Add multiple labels to projects for better categorization and tracking within Linear.
Benefits
- Enhances project organization by providing a structured way to document and manage projects.
- Improves team collaboration through clear assignment and leadership identification.
- Facilitates timely project delivery by managing deadlines and milestones effectively.
- Increases productivity by reducing manual efforts in project setup and updates.
- Allows customization through labels and detailed descriptions, enabling better project visibility and prioritization.
Description
Create a new project in Linear
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| namerequired | string | A descriptive name of the project |
| summary | string | A concise plaintext summary of the project (max 255 chars) |
| description | string | The full project description in Markdown format |
| startDate | string | The start date of the project in ISO format |
| targetDate | string | The target date of the project in ISO format |
| teamIdrequired | string | The UUID of the team to associate the project with |
| labelIds | string[] | Array of label UUIDs to set on the project |
| leadId | string | The UUID of the user to set as project lead |