我需要访问测试用例的测试步骤。当我使用 CURL GET 请求尝试以下 URL 时,
http:///rest/zapi/latest/teststep//
我收到以下错误消息
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://<jira_server>/rest/zapi/latest/teststep/<issueId>/">here</a>.</p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at <jira_server> Port 80</address>
</body></html>
使用浏览器的相同请求给出 {} 我使用 REST API “https:///rest/api/2/issue/testCaseId”获得了问题 ID 所以我确信问题 ID 是正确的。
这是因为最新的 zephyr 更新吗?有人可以帮我请求有什么问题吗?