DemandFlow Support Centre

USA: User Story

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An alternative user story board variant with story points, business value scoring, and SUBTASKA subtasks.

USA: User Story

An alternative user story board variant with story points, business value scoring, and SUBTASKA subtasks.

Default definition. This article describes the default USA 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 USA.

Entity properties

PropertyValue
Entity codeUSA
Display nameUser Story
PluralUser Stories
Level510

Use cases

An alternative user story board variant with story points, business value scoring, and SUBTASKA subtasks.

USA is a variant of the US (User Story) entity for a different kanban board context. The key differences from US are: subtasks use SUBTASKA (linked via comboKey SUB|KBN|USA|ENT which includes kanban board and entity scoping), it includes Fibonacci-sequence story points (0.5 through 89) for estimation, a business value field for prioritisation, and a subtaskCount readonly field that tracks child task count. The comboKey format SUB|KBN|USA|ENT enables subtask scoping per board and entity, which is more granular than US's simpler SUB|US format. Like US, it supports kanban and grid views, board preloading, AI context, and a dynamicform for board-specific custom fields. The description placeholder uses the standard user story template format. Stories link to projects (PJ), epics (EPIC), and sprints (SPRINT) for planning alignment.

Fields

Story Details

FieldTypeRequiredNotes
reftextReference. Read only.
nametextYesStory title.
statuskanbanStatusYesStatus.
priorityenumYesValid ids: 1 (Critical), 2 (High), 3 (Normal), 4 (Low).
descriptiontext (multi-line)Description.
acceptanceCriteriatext (multi-line)Acceptance criteria.
storyPointsenumValid ids: 0 (0), 0.5 (0.5), 1 (1), 2 (2), 3 (3), 5 (5), 8 (8), 13 (13), 21 (21), 34 (34), 55 (55), 89 (89).
businessValuenumberBusiness Value.
tagstagsTags.

Planning & Assignment

FieldTypeRequiredNotes
ownerIdreference → userRequested by. Read only.
projectreference → PJProject.
epicreference → EPICEpic.
sprintreference → SPRINTSprint.
assignedarray of references → userAssigned To.
duedatedateDue Date.
startDatedateStart Date.
completedDatedateCompleted Date.
subtaskCountnumberNumber of Subtasks. Read only.

Technical Details

FieldTypeRequiredNotes
technicalNotestext (multi-line)Technical Notes.
testingNotestext (multi-line)Testing Notes.
deploymentNotestext (multi-line)Deployment Notes.

Links & References

FieldTypeRequiredNotes
pullRequestUrltext (URL)Pull Request. URL string.
issueUrltext (URL)Issue/Ticket URL. URL string.
designUrltext (URL)Design Documents. URL string.
documentationUrltext (URL)Documentation. URL string.

Definition of Done

FieldTypeRequiredNotes
definitionOfDonearrayChecklist.

Attachments and additional panels

  • Activity timeline panel attached.
  • File attachment on attachments. Allowed types: *.

Relationships

  • Lookups: project points at a PJ record; epic points at a EPIC record; sprint points at a SPRINT record.
  • Related lists: SUBTASKA via comboKey (format: SUB|KBN|USA|ENT).

Creating a User Story via the API

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

{
  "entity":   "USA",
  "level":    510,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "status": "Example status",
  "priority": "1"
}

Listing User Stories

GET /v1/entities/USA/SUB

See also

usauserstorystoriesuserstories

Was this article helpful?

← Back to Knowledge Base