I have update CodeBeamer connector to latest from devel HEAD (I assume that is 2.0M1). I had to modify CodeBeamerTaskFactory logic, but even after that AbstractNewRepositoryTaskEditor.isNew is not set.
I have to explicitely set it in NewCodeBeamerTaskEditor.init():
taskData.setNew(true);
Shouldn't that be set in AbstractNewRepositoryTaskEditor.init() instead? Or am I doing something wrong?