v2

latestOpenAPI 3.1.02026-07-263411923.0 MB
Features

Create a feature

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

post/releases/{release_id}/features

Path parameters

release_idstring required

ReleaseId identifier

Request body

Example request

{
  "feature": {
    "name": "New name",
    "workflow_kind": "new",
    "workflow_status": {
      "name": "Designed"
    },
    "description": "<p>This is the description</p>",
    "assigned_to_user": {
      "email": "no-reply@aha.io"
    }
  }
}

Response

Successful operation