Acceptance Criteria

Acceptance Criteria define the specific conditions that a user story must satisfy to be considered complete.

The Acceptance Criteria Object

Field
Type
Description

id

UUID

Unique identifier.

user_story_id

UUID

ID of the parent user story.

description

string

The criteria statement.

priority

string

high, medium, low.

status

string

draft, open, in_progress, completed.

is_testable

boolean

Whether the criteria can be automatically tested.

List Acceptance Criteria

GET /crud/acceptance-criteria

Query Parameters

Parameter
Type
Description

user_story_id

UUID

Filter by parent story.

project_id

UUID

Filter all criteria in a project.

Create Acceptance Criteria

POST /crud/acceptance-criteria

Update & Delete

Follows the standard single and batch patterns.

Last updated

Was this helpful?