Software Development Life Cycle Work Item Structure

A unit of work tracked throughout the software development life cycle.

Type: Properties: 0
Development ProcessProject ManagementSDLCSoftware EngineeringDevOpsCI/CD

Work Item is a JSON Structure definition published by Software Development Life Cycle.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Work Item",
  "description": "A unit of work tracked throughout the software development life cycle.",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unique identifier" },
    { "name": "type", "type": "string", "required": true, "description": "Category: epic, story, task, bug, spike, subtask" },
    { "name": "title", "type": "string", "required": true, "description": "Short descriptive title" },
    { "name": "description", "type": "string", "required": false, "description": "Detailed description" },
    { "name": "status", "type": "string", "required": true, "description": "Workflow state: backlog, ready, in-progress, in-review, done, cancelled" },
    { "name": "priority", "type": "string", "required": false, "description": "Priority: critical, high, medium, low" },
    { "name": "storyPoints", "type": "integer", "required": false, "description": "Effort estimate in story points" },
    { "name": "assignee", "type": "string", "required": false, "description": "Assigned team member identifier" },
    { "name": "reporter", "type": "string", "required": false, "description": "Creator identifier" },
    { "name": "sprint", "type": "string", "required": false, "description": "Sprint identifier" },
    { "name": "epic", "type": "string", "required": false, "description": "Parent epic identifier" },
    { "name": "labels", "type": "array<string>", "required": false, "description": "Classification labels" },
    { "name": "acceptanceCriteria", "type": "array<string>", "required": false, "description": "Done conditions" },
    { "name": "created", "type": "datetime", "required": false, "description": "Creation timestamp" },
    { "name": "updated", "type": "datetime", "required": false, "description": "Last update timestamp" },
    { "name": "dueDate", "type": "date", "required": false, "description": "Target completion date" }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/software-development-life-cycle-work-item-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.