Hello,
I cannot get a PUT request to successfully take using the TM4J API.
I get a 500 response from the server, but the body of my json request is the same as the one in the example.
here is the url used
https://<jira url>/rest/atm/1.0/testplan/<Test Plan ID>
JSON:
{
"projectKey": "<ProjectKey>",
"name": "testplan",
"testRunKeys": ["<CycleKey>"]
}
I was able to resolve the issue. First the body of my request was not a json and secondly I was using two fields that were not allowed. "projectKey" and "testRunKeys"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.