Degraded performance Customers may experience issues using Community search. Our team is investigating.
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
I have an issue or a misunderstanding about service "/rest/zapi/latest/stepResult?executionId="
I defined a test "T" and add it in a Test Cycle "TC".
My case is:
I want the service respond correctly without clicking on "E" button for each tests. (Actually have around 120 tests and create new test cycle every two weeks.
Do you have an idea or a workaround?
Regards,
Pressing the "E" button simulates this call:
/rest/zapi/latest/execution/navigator/{executionid}
then run "/rest/zapi/latest/stepResult?executionId="
I have a 500 response for this service: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <status> <status-code>500</status-code> <message>query should not be null!</message> Can't find any documentation on this service.
Hello @Clément Guillot
The reason you are getting the 404 error is because you are trying to retrieve the step execution id without executing the step. Basically you are missing one step after you execute a test case (your point 1.), you need to execute a teststep using REST CALL: POST: http://localhost:2990/jira_server/rest/zapi/latest/jira_server/rest/zapi/latest/teststep/issueId/ and then retrieve the test step execution id using /rest/zapi/latest/stepResult?executionId=
Kindly let me now if you still have any issues
Kind Regards
Pooja
I also tried this solution ..http://localhost:8080/secure/ExecuteTest!default.jspa?scheduleId=x&issueId=x (Found it in the discussion forum) , but this call(get) only works when i execute it in browser, but through code it gives 200 response but after this still i received an empty json file on executing "/rest/zapi/latest/stepResult?executionId=" . Please suggest how to get rid off from this problem? or am I missing any call?
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreAtlas Camp is our developer event which will take place in Barcelona, Spain from the 6th -7th of September . This is a great opportunity to meet other developers and get n...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.