Server
Jira Data Center / Reference / REST API
POST

Update issues to move them to the backlog

Move issues to the backlog. This operation is equivalent to remove future and active sprints from a given set of issues. At most 50 issues may be moved at once.

Request

Request bodyapplication/json

The issues to move to the backlog.

issues

array<string>

Responses

Empty response is returned if operation was successful.

POST/agile/1.0/backlog/issue
1 2 3 4 curl --request POST \ --url 'http://{baseurl}/rest/agile/1.0/backlog/issue' \ --user 'email@example.com:<api_token>' \ --header 'Content-Type: application/json'

Rate this page: