public void putJson() throws Exception {
final ProjectIteration iteration =
new ProjectIteration("test-iteration");
iteration.setStatus(EntityStatus.ACTIVE);
new ResourceRequest(
getRestEndpointUrl("/projects/p/sample-project/iterations/i/test-iteration-json"),
"PUT", getAuthorizedEnvironment()) {
@Override
protected void prepareRequest(ClientRequest request) {
request.body(