Click here to Skip to main content
15,887,464 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a issue with issue type "test" using the Jira Rest API. Now I have to add the test details(test step, test data, expected result).
could you please help on how to add the test details(test step, test data, expected result) to a issue with issue type "test"

What I have tried:

I have used the below REST API and input to add a test step as mentioned in ZAPI. But I got 404 error

rest API:
rest/api/latest/teststep/[issueid]

json input:
{"step":"test step1","data":null,"result":"result 1"}
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900