Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

TM4J - PUT Request Does Not Work For Test Plan

garrettshankel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 10, 2020

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>"]
}

 

1 answer

1 accepted

0 votes
Answer accepted
garrettshankel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 17, 2020

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"

Suggest an answer

Log in or Sign up to answer