Lianamelissa
Computer
- Oct 1, 2019
- 1
Hello, How to remove the issue from sprint by rest api?
I only find the API to move the issue to sprint in this docs
Not found API to remove the issue from sprint
I search with google, get this way Agile/1.0/sprint/1/issues/remove by pust,but It does'nt work!
I send the put request by postman to this url
It return 404 say uri not found
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<status>
<status-code>404</status-code>
<message>null for uri: </status>
I want to remove issue from sprint by agile PLM rest api
Thanks in advance
I only find the API to move the issue to sprint in this docs
Not found API to remove the issue from sprint
I search with google, get this way Agile/1.0/sprint/1/issues/remove by pust,but It does'nt work!
I send the put request by postman to this url
It return 404 say uri not found
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<status>
<status-code>404</status-code>
<message>null for uri: </status>
I want to remove issue from sprint by agile PLM rest api
Thanks in advance