Create an epic in the default release
Epics belong to releases. This means that if you want to create one then you must scope it to a release.
You can list them all at once, or filter by release or product. All these means of listing epics can be further filtered by specific critera like name, modification date, tag, or assignee.
Once you have the id of a specific epic, you can inspect, modify, or delete them on the root epics resource.
Path parameters
ProductId identifier
Request body
Example request
{
"epic": {
"name": "New name",
"description": "New description"
}
}Response
Successful operation
Changes
Changed in 2 of the 5 revisions of this API.221
- ▲
the response property
epic/workflow_status/workflow_status_categorybecame nullable for the status200response-property-became-nullable
- ▲
the
epic/workflow_status/workflow_status_categoryresponse's property type/format changed fromobject/tonull/for status200response-property-type-changed
- ●
removed the optional property
epic/workflow_status/workflow_status_category/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
epic/workflow_status/workflow_status_category/namefrom the response with the200statusresponse-optional-property-removed
- ▲
- ○
added the optional property
epic/workflow_status/workflow_status_categoryto the response with the200statusresponse-optional-property-added
- ○