POST   /api/v1/workspaces/:slug/projects/:project_id/labels/
GET    /api/v1/workspaces/:slug/projects/:project_id/labels/
GET    /api/v1/workspaces/:slug/projects/:project_id/labels/:label_id/
PATCH  /api/v1/workspaces/:slug/projects/:project_id/labels/:label_id/
DELETE /api/v1/workspaces/:slug/projects/:project_id/labels/:label_id/

Label Object

  • name string (required)

    Name of the label

  • created_at , updated_at timestamp

    Timestamp of the issue when it was created and when it was last updated.

  • description string

    Description of the Label

  • color string

    Hex code of the color

  • sort_order float

    Sort order of the label used for sorting

  • created_by & updated_by

    This values are auto saved and represent the id of the user that created or the updated the project.

  • project uuid

    The project which the issue is part of auto generated from backend

  • workspace uuid

    The workspace which the issue is part of auto generated from backend

  • parent uuid or null

    Parent of the label which is also a Label