Acceptance Criteria · Example Payload

Acceptance Criteria Management User Story Example

As a customer I want to filter products by category So that I can find items more quickly without scrolling through all products

e-commercesearchfrontend

Acceptance Criteria Management User Story Example is an example object payload from Acceptance Criteria, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtitledescriptionstatusprioritystoryPointsacceptanceCriteriatagsassigneecreatedAtupdatedAt

Example Payload

acceptance-criteria-management-user-story-example.json Raw ↑
{
  "id": "story-001",
  "title": "As a customer, I want to filter products by category so that I can find items more quickly",
  "description": "As a customer\nI want to filter products by category\nSo that I can find items more quickly without scrolling through all products",
  "status": "in-progress",
  "priority": "high",
  "storyPoints": 3,
  "acceptanceCriteria": [
    {
      "id": "ac-001",
      "storyId": "story-001",
      "description": "Given I am on the product listing page, when I select a category filter, then only products in that category are displayed",
      "format": "gherkin",
      "given": "I am on the product listing page",
      "when": "I select a category filter",
      "then": "only products in that category are displayed",
      "status": "passing",
      "order": 1
    }
  ],
  "tags": [
    "e-commerce",
    "search",
    "frontend"
  ],
  "assignee": "jane.smith",
  "createdAt": "2024-01-10T09:00:00Z",
  "updatedAt": "2024-01-15T14:30:00Z"
}