v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Epic

Move issues to epic

Moves issues to an epic, for a given epic id. Issues can be only in a single epic at the same time. That means that already assigned issues to an epic, will not be assigned to the previous epic anymore. The user needs to have the edit issue permission for all issue they want to move and to the epic. The maximum number of issues that can be moved in one operation is 50. Note: This operation does not work for epics in next-gen projects.

post/rest/agile/1.0/epic/{epicIdOrKey}/issue

Path parameters

epicIdOrKeystring required

The id or key of the epic that you want to assign issues to.

Request body

issuesstring[]

Response

Empty response is returned if operation was successful.