How to remove issue from sprint by Agile rest api
How to remove issue from sprint by Agile rest api
(OP)
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 https://docs.atlassian.com/jira-software/REST/7.3....
Not found API to remove the issue from sprint
I search with google, get this way http://jira:8080/rest/JIRA Agile/1.0/sprint/1/issues/remove by pust,but It does'nt work!
https://confluence.atlassian.com/jirakb/how-to-add...
I send the put request by postman to this url http://10.22.0.170:8080/rest/agile/1.0/sprint/497/...
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: http://10.22.0.170:8080/rest/agile/1.0/sprint/497/...;
</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 https://docs.atlassian.com/jira-software/REST/7.3....
Not found API to remove the issue from sprint
I search with google, get this way http://jira:8080/rest/JIRA Agile/1.0/sprint/1/issues/remove by pust,but It does'nt work!
https://confluence.atlassian.com/jirakb/how-to-add...
I send the put request by postman to this url http://10.22.0.170:8080/rest/agile/1.0/sprint/497/...
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: http://10.22.0.170:8080/rest/agile/1.0/sprint/497/...;
</status>
I want to remove issue from sprint by agile PLM rest api
Thanks in advance
RE: How to remove issue from sprint by Agile rest api
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm