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.
The issues to move to the backlog.
array<string>
Empty response is returned if operation was successful.
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: