ljader / redmine-mylyn-plugin

Eclipse Mylyn integration for Redmine ( Eclipse Connector Plugin )
71 stars 48 forks source link

Add support for link custom fields #43

Closed agarciadom closed 7 years ago

agarciadom commented 10 years ago

We have a link custom field in our Redmine installation, and the plugin is producing a NPE in RedmineUtil#getTaskAttributeType when it tries to retrieve the field format.

We have noticed that the link type is not listed in the CustomField#Format enum type: adding it seems to fix the issue.

buildhive commented 10 years ago

Łukasz Jąder » redmine-mylyn-plugin #32 SUCCESS This pull request looks good (what's this?)

MCMicS commented 10 years ago

seems related to issue #23

ljader commented 7 years ago

Hi @bluezio , thank you very much for your contribution.

I've cherry-picked your commit and it was released in 0.5.1 version of plugin - https://github.com/ljader/redmine-mylyn-plugin/releases

Thanks again for the work.