ContributionsMost RecentMost LikesSolutionsRe: Add tests to cycle via API Hello BibekBehera, that worked like a charm. It seems there are more APIs which are not included in https://zfjcloud.docs.apiary.io/#reference/execution/get-execution/add-tests-to-cycle Is there a documentation or something which could help me not bother you fine people with this scholar issues? Not promising that I stop asking 🙂 Thanks a lot, Tibor Re: Add tests to cycle via API Hello BibekBehera , as you can see in the image from Postman, I used it as you mentioned. It is defined as environment variable, thus it is used in the url(even for the JWT generator). Thanks, Tibor Add tests to cycle via API Hello all, I am so sorry to bother you every day. Today I want to add a tests into a test cycle via API. I tried to use the following link https://zfjcloud.docs.apiary.io/#reference/execution/get-execution/add-tests-to-cycle I created a JWT for the endpoint, used the body which is included on the mentioned link, adjusted the values, but I am getting the error "method field is required.". If I saw correctly it is not included in the body. Can you help me with this? As always I am including some screen shots. Thanks for the tips, Tibor SolvedRe: Create a new test case via API That worked! 🙂 Thanks, You are awesome. Have a nice day 🙂 Re: Create a new test case via API Hello JagadeshMadhura I tried the link you posted. I copied the request body, added the headers which are used in the page, used basic authentication but I am still getting an error. Can you please help me figure out where is the problem? And in the body I have the body from the page you posted (Except I used my profile ID). Last time I used the following API to create a cycle https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/cycle This time I am using https://my-jira.atlassian.net/rest/api/3/issue ? Is this OK? Seems weird to me. Thanks, Tibor Create a new test case via API Hello all, I would like to ask how can I create Test or any kind of issue through Zephyr's API. I was able to create test cycle through the following API https://zfjcloud.docs.apiary.io/#reference/cycle I did not find the way to create an issue or more specifically test case via API. I would really appreciate a tip how to configure headers and body too. Can you please help me with this? SolvedAdd a new Test Cases into Newly created Test Cycle via API Hello all, I would like to know how should I add a new test cases into created Test Cycle. In short I already created a test cycle through API, now I want to add a new test cases into the cycle. Note that the whole project is new so no test are present. This is what I want to do. I have several API tests in my Java project. Before the run I create the test cycle (which is working fine), after the creation I execute those API tests and after that I would like to create the text case into the previously created test cycle and send the status (pass or fail). I am getting the API endpoints from the following site: https://zfjcloud.docs.apiary.io/#reference/execution/add-tests-to-folder/create-execution Is it possible in that way? Is there an option to do that? How can I create these test cases in the test cycle? PS: I use Postman for now Thanks for the tips Re: qsh error when creating test cycle with API Hello Bibek, Tried that, but the same result Regard, Tibor Re: qsh error when creating test cycle with API Hello Jagadeesh, I did everything what was on the page you posted, but it did not help. I created a ticket for that. Thanks a lot 🙂 Have a nice day Re: qsh error when creating test cycle with API Hello Jagadeesh, I tried it like you said, but didnt work.. I tried even GET method, I tried to delete the additional "/connect" still does not work. I am getting still the same error. Currently it looks like this