DemandFlow Support Centre

SUBTASKA: Subtask

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A subtask variant for the USA user story board with effort tracking, dependencies, and time logging.

SUBTASKA: Subtask

A subtask variant for the USA user story board with effort tracking, dependencies, and time logging.

Default definition. This article describes the default SUBTASKA definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches SUBTASKA.

Entity properties

PropertyValue
Entity codeSUBTASKA
Display nameSubtask
PluralSubtasks
Level530

Use cases

A subtask variant for the USA user story board with effort tracking, dependencies, and time logging.

SUBTASKA is the subtask entity paired with the USA (alternative user story) board variant. It is structurally identical to SUBTASK but exists as a separate entity to maintain data isolation between different board configurations. The description field is optional (required:false) unlike SUBTASK where it is required, reflecting a lighter-weight task capture model. Dependencies reference other SUBTASK entities (not SUBTASKA) for blocking relationships, which may indicate shared dependency tracking across board variants. Related subtasks are scoped via comboKey SUB|US|SUBTASK with story filter. Like SUBTASK, it includes time logging (TIMELOG via comboKey SUB|SUBTASK|TIMELOG), comments (CMT), file attachments, technical details with git/PR links, and a completion checklist. The separate entity code allows USA boards to have independent subtask lists, grid columns, and lifecycle management from US boards.

Fields

Task Details

FieldTypeRequiredNotes
nametextYesTask Name.
descriptiontext (multi-line)Description.
acceptanceCriteriatext (multi-line)Acceptance Criteria.
taskTypeenumYesValid ids: development (Development), testing (Testing), documentation (Documentation), design (Design), research (Research), deployment (Deployment), review (Review).
complexityenumValid ids: trivial (Trivial), simple (Simple), medium (Medium), complex (Complex), verycomplex (Very Complex).

Assignment & Scheduling

FieldTypeRequiredNotes
statusenumYesValid ids: 0 (New), 1 (In Progress), 2 (Done), 3 (Blocked), 4 (Cancelled).
storyreference → USUser Story. Read only.
userreference → userYesAssigned To.
date1dateStart Date.
date2dateDue Date.
actualStartDatedatetimeActual Start. Read only.
actualEndDatedatetimeActual End. Read only.

Effort Tracking

FieldTypeRequiredNotes
hoursnumberEstimated Hours.
actualHoursnumberActual Hours.
workloadenumValid ids: 0 (0%), 5 (5%), 10 (10%), 15 (15%), 20 (20%), 25 (25%), 30 (30%), 35 (35%), 40 (40%), 45 (45%), 50 (50%), 55 (55%), 60 (60%), 65 (65%), 70 (70%), 75 (75%), 80 (80%), 85 (85%), 90 (90%), 95 (95%), 100 (100%).
remainingHoursnumberRemaining Hours. Read only.

Implementation Details

FieldTypeRequiredNotes
technicalNotestext (multi-line)Technical Notes.
testingApproachtext (multi-line)Testing Approach.

Links

FieldTypeRequiredNotes
branchNametextGit Branch.
pullRequestUrltext (URL)Pull Request. URL string.
codeReviewUrltext (URL)Code Review. URL string.
testResultsUrltext (URL)Test Results. URL string.

Checklist

FieldTypeRequiredNotes
checklistarrayCompletion Checklist.

Attachments and additional panels

  • Comments panel attached.
  • File attachment on attachments. Allowed types: *.
  • Additional panels: timelog.

Relationships

  • Lookups: story points at a US record.
  • Related lists: SUBTASK via multiselect; SUBTASK via comboKey (format: SUB|US|SUBTASK).

Creating a Subtask via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "SUBTASKA",
  "level":    530,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "taskType": "development",
  "status": "0",
  "user": ""
}

Listing Subtasks

GET /v1/entities/SUBTASKA/SUB

See also

subtaskasubtasksubtasks

Was this article helpful?

← Back to Knowledge Base