Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to remove issue from sprint by Agile rest api

Status
Not open for further replies.

Lianamelissa

Computer
Joined
Oct 1, 2019
Messages
1
Location
IN
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 suggest you post this question at Tek-Tips.com and/or ask Atlassian directly. This specific forum isn't even software related, and is primarily for addressing industrial automation.

TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! faq731-376 forum1529 Entire Forum list
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top