You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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"
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.