Overview
Work item types categorize different kinds of work in your project (e.g., "Task", "Bug", "Feature").
Learn more about Work Item Types
The Work Item Type object
Attributes
iduuidUnique identifier for the work item type
namestringName of the work item type
descriptionstringDescription of the work item type
logo_propsobjectLogo properties for the work item type
is_epicbooleanWhether this work item type is an epic
is_defaultbooleanWhether this is the default work item type
is_activebooleanWhether this work item type is active
levelnumberLevel of the work item type
workspaceuuidThe workspace which the work item type is part of (auto generated from backend)
projectuuidThe project which the work item type is part of (auto generated from backend)
created_attimestampTimestamp when the work item type was created
updated_attimestampTimestamp when the work item type was last updated
created_byuuidID of the user who created the work item type (auto saved)
updated_byuuidID of the user who last updated the work item type (auto saved)
deleted_attimestampTimestamp when the work item type was deleted (null if not deleted)
external_idstringExternal ID for the work item type (auto saved)
external_sourcestringExternal source for the work item type (auto saved)
{
"id": "d6af3c13-3459-43ab-b91c-c33ef2fd7131",
"name": "Postman work item type",
"description": "Postman work item type description",
"logo_props": {},
"is_epic": false,
"is_default": false,
"is_active": true,
"level": 0,
"workspace": "70b6599f-9313-4c0d-b5c0-406a13a05647",
"project": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2024-10-23T06:54:46.169344Z",
"updated_at": "2024-10-23T06:54:46.169390Z",
"created_by": "9d6d1ecd-bf73-4169-80c8-7dee79b217f4",
"updated_by": "9d6d1ecd-bf73-4169-80c8-7dee79b217f4",
"deleted_at": null,
"external_id": null,
"external_source": null
}
