v2
OpenAPI 3.1.02026-07-263411923.0 MBEpics
Create an epic
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.
post/releases/{release_id}/epics
Path parameters
release_idstring required
ReleaseId identifier
Request body
Example request
{
"epic": {
"name": "New name",
"description": "New description"
}
}Response
Successful operation