Skip to main content

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

Using the RepositoryTaskData parameter to provide required initialization data 
is a reasonable approach that we could consider. I'll follow up on the 
corresponding bug report:

 214268: [patch] fix JiraTaskDataHandler.initializeTaskData()
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=214268

Steffen


On Thursday 03 January 2008, Eugene Kuleshov wrote:
> 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
>
>
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev



-- 
Steffen Pingel - steffenp@xxxxxx - http://steffenpingel.de


Back to the top