---
title: "Create a feature"
method: POST
path: "/releases/{release_id}/features"
tags: ["Features"]
---

# Create a feature

`POST /releases/{release_id}/features`

Creates a new feature in a release with full details including assignee and description

## Path parameters

- `release_id` string, required

## Request body

- FeaturesPostRequest
  - `feature` object
    - `name` string
    - `workflow_kind` string
    - `workflow_status` object
      - `name` string
    - `description` string
    - `assigned_to_user` object
      - `email` string

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/bfbe6f6d74a1/schema)
