I am developing Mylar connector for CodeBeamer/Javaforge. I can create a new repository task and submit it to CodeBeamer/Javaforge but after the submit, when the submitted repository task is displayed as existing task, I get editor with label:
'Task data not available, please synchronize and reopen.'
It is coming from AbstractRepositoryTaskEditor.createFormContent(), the call to getRepositoryData() returns null, editorInput task data are null.
It looks like it has something to do with offline task storage not being initialized/set properly, so the call in AbstractTaskEditorInput(TaskRepository repository, String handle) constructor: