Skip to main content
Work item types categorize different kinds of work in your project (e.g., “Task”, “Bug”, “Feature”). Learn more about Work Item Types →
Deprecation noticeWe are deprecating all /api/v1/.../issue-types/ endpoints in favor of /api/v1/.../work-item-types/.End of support
31st March 2026
What you need to do
To ensure uninterrupted service, replace all /issue-types/ references with /work-item-types/ in your codebase before the support end date.

The Work Item Type object

Attributes
  • id uuid Unique identifier for the work item type
  • name string Name of the work item type
  • description string Description of the work item type
  • logo_props object Logo properties for the work item type
  • is_epic boolean Whether this work item type is an epic
  • is_default boolean Whether this is the default work item type
  • is_active boolean Whether this work item type is active
  • level number Level of the work item type
  • workspace uuid The workspace which the work item type is part of (auto generated from backend)
  • project uuid The project which the work item type is part of (auto generated from backend)
  • created_at timestamp Timestamp when the work item type was created
  • updated_at timestamp Timestamp when the work item type was last updated
  • created_by uuid ID of the user who created the work item type (auto saved)
  • updated_by uuid ID of the user who last updated the work item type (auto saved)
  • deleted_at timestamp Timestamp when the work item type was deleted (null if not deleted)
  • external_id string External ID for the work item type (auto saved)
  • external_source string External source for the work item type (auto saved)