Skip to content

Project Group

Task grouping in project.

API Name: ProjectGroup

Fields

Field Type Description
name varchar Group name (required, max 150)
color colorpicker Color (default: #3498db)
order int Order (default: 0)
isExpanded bool Expanded (default: true)

Relationships

Relationship Type Target Entity Description
project belongsTo Project Project (required)
tasks hasMany Task Tasks in group