Update project
The Update Project tool for Linear allows users to efficiently modify existing projects by updating key details such as project name, summary, description, dates, labels, and project lead. This seamless integration streamlines project management within the Linear platform.
Features
- Update project name effortlessly to keep project titles relevant.
- Edit project summary with concise plaintext updates (up to 255 characters).
- Modify the full project description using Markdown formatting for rich text support.
- Adjust important dates like start date and target date to reflect project timelines.
- Assign or change project labels and set a new project lead via UUID selection.
Benefits
- Enhances project management accuracy by allowing quick and precise updates.
- Improves team collaboration through clear and up-to-date project information.
- Saves time with structured input schema ensuring data consistency.
- Supports rich text formatting for detailed and organized project descriptions.
- Facilitates easy reassignment of project leadership and categorization for better tracking.
Description
Update an existing Linear project
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| idrequired | string | The ID of the project to update |
| name | string | The new 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 |
| labelIds | string[] | Array of label UUIDs to set on the project |
| leadId | string | The UUID of the user to set as project lead |