Executing test steps in bulk
Hello, I have this type of problem. We are having test cases with Test steps to be changed from 'Unexecuted' to 'Pass' and we would like to do it in bulk. Is there any special permission that I need to have in Zephyr to have such possibility? Or this is on Jira admin rights That I have to have? Or there is there any option to do it? For instance in HP ALM there is option to do it by one click and I can't belive it is not possible in Zephyr Thanks in advance Tomasz BudziszewskiSolved922Views1like6CommentsI'm always getting HTTP 40* when I hit any zapi api
I'm using Jira API token to hit all the zapi apis as mentioned in the link -https://support.smartbear.com/zephyr-squad-server/docs/api/how-to/create-tests.html And, I'm using postman client. Any Jira is working properly, for e.g.https://xxxxx.atlassian.net/rest/api/latest/issue/TER-2 However, any request continaing zapi is throwing the error as below. Request https://xxxxx.atlassian.net/rest/zapi/latest/util/zephyrTestIssueType Response <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <status> <status-code>404</status-code> <message>null for uri: https://xxxxx.atlassian.net/rest/zapi/latest/util/zephyrTestIssueType</message> </status> Please help!!! Thanks in advance473Views0likes1Comment