hProjectIteration.setSlug(iterationSlug);
copyProjectConfiguration(projectIteration, hProjectIteration,
hProject);
hProject.addIteration(hProjectIteration);
// pre-emptive entity permission check
// identity.checkWorkspaceAction(hProject, "add-iteration");
identity.checkPermission(hProjectIteration, "insert");
response = Response.created(uri.getAbsolutePath());