Skip to main content
Custom properties allow you to extend work items with additional fields specific to your workflow and processes. Learn more about Custom properties →
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 Properties object

  • workspace uuid The workspace which the issue is part of auto generated from backend
  • project uuid The project which the issue is part of auto generated from backend
  • created_at , updated_at timestamp Timestamp of the issue when it was created and when it was last updated.
  • created_by & updated_by This values are auto saved and represent the id of the user that created or the updated the project.
  • external_id & external_source This values are auto saved and represent the id of the user that created or the updated the project.