The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I delete a test cycle through Zephyr Scale API?

Remo Divito
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 8, 2024

Hi,

Is it possible to delete an existing test cycle through Zephyr Scale's rest API?

Using requests.delete on Python has returned {"errorCode":405,"message":"Method Not Allowed"}.

If not, is there any other way of working around this, eg Jira Automation? I am looking to delete test cycles that have a duplicate id (custom field) to any existing cycles.

Thanks!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Gabriel Rodrigues
January 8, 2024

From what I found in the API documentation, it seems that it's not possible to delete test cycles using the REST API at this moment. The error you're facing is probably because the route you've used for this request does not support the DELETE method (apparently, only the deletion of links is supported)
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events