Create issue label
Create_issue_label is an AI-powered tool designed to streamline issue management in Linear by allowing users to quickly create customized labels for better organization and tracking. It simplifies project workflows by enabling easy addition of descriptive labels with customizable properties.
Features
- Create new issue labels with a specified name.
- Add optional descriptive text to labels for clarity.
- Customize label appearance using hex color codes.
- Assign labels to specific teams via team UUIDs.
- Organize labels hierarchically with parent labels and label groups.
Benefits
- Enhances issue categorization for improved project management.
- Facilitates team collaboration with clear, color-coded labels.
- Supports hierarchical labeling to maintain organized workflows.
- Speeds up issue tracking and prioritization in Linear.
- Reduces errors by providing customizable, structured label creation.
Description
Create a new Linear issue label
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| namerequired | string | The name of the label |
| description | string | An optional description of the label |
| color | string | The color of the label (hex color code) |
| teamId | string | The team UUID. If not provided, the label will be created as a workspace label |
| parentId | string | The parent label UUID, if this is a child of a label group |
| isGroup | boolean | Whether this is label group (cannot be applied to issues directly) |