Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] implementation of JiraTaskDataHandler.initializeTaskData()

Rob, Steffen,

Do you remember why JiraTaskDataHandler.initializeTaskData() always returns false?

   @Override
public boolean initializeTaskData(TaskRepository repository, RepositoryTaskData data, IProgressMonitor monitor)
           throws CoreException {
       // JIRA needs a project to create task data
       return false;
   }

From CVS annotations this change was between you guys, bug 147540. Because this method is not implemented it is unclear how to initialize JIRA task data without using connector-specific API. Can you please clarify?

Comment in that method says that JIRA needs a project to create task data, maybe RepositoryTaskData parameter could be used pass enough data to retrieve JIRA project.

 Thanks

 Eugene




Back to the top