Redmine Eclipse mylyn plugin - eclipse

I want to connect eclipse with redmine via mylyn plugin developed especially for redmine. I have installed plugin and connector for redmine and for eclipse.
Installation was successful both for redmine and eclipse.
The problem is when I add new query in task list, I get Unexpected status code - 404!? My redmine instance is local. Here are the details regarding the plugin, connector and my eclipse version:
Mylyn Connector: Redmine 0.3.7.201203072118 - ECLIPSE
Mylyn Connector plugin 2.8.2 stable - REDMINE
Version: Mars Release (4.5.0)
Now I know about howToMylyn on redmine site and that works as long as my projects are public and this is not useful for us because our projects are private. The generic web connector requires username and password but they are not used? So this is not the solution. And I browsed a lot.
Any kind of help is appreciated.
eclipse error

I have solved my problem. The plugin (github.com/danmunn/redmine_mylyn_connector) for redmine is not working correctly, at least for newer redmine and eclipse versions. This is the plugin that must be used for new versions: github.com/joaopedrotaveira/redmine_mylyn_connector

Related

No repository found at http://dl.microsoft.com/eclipse/

I am trying to add an Azure Tool kit on my eclipse and getting the below error -
No repository found at http://dl.microsoft.com/eclipse/.
I can also see that this URL is no more available -
Error 403 - This web app is stopped.
The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.
Do we have a new URL for downloading the Azure Tool kit for the eclipse?
Thanks.
Thanks for the report. Our Product group is aware of this issue and is working on a resolution.
As a temporary workaround, please use https://azuredownloads.blob.core.windows.net/eclipse/ to get the latest Azure Toolkit for Eclipse. You can follow further updates about the fix on this GitHub issue.
Also, I noticed that installing via the Eclipse Marketplace works without any errors on Eclipse version 2020-12 (4.18.0) Build id: 20201210-1552.
Here is the detailed article that describes both the installation methods for reference: Installing the Azure Toolkit for Eclipse
Supported Eclipse versions for Azure Toolkit for Eclipse:
2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6)

Jira Mylyn respository not showing on SpringToolSuite 3.7.1

I've recently updated my STS 3.7.0 to 3.7.1 and after this update my Jira connector in Task Repositories has gone. I've just downloaded the current latest version of STS 3.7.1 and have the same issue.
If I want to install Jira connectors the search panel doesn't find any related to Jira or Atlassian:
The brand new version is
Version: 3.7.1.RELEASE
Build Id: 201510041213
Platform: Eclipse Mars.1 (4.5.1)
However if I test the latest previous version like below it works fine
Version: 3.7.0.RELEASE
Build Id: 201506290652
Platform: Eclipse Mars (4.5.0)
Do you know any clue to fix Mylyn with Jira connector for STS 3.7.1?
This is mainly a question for the Mylyn project, but as far as I know there is currently no official Eclipse connector for JIRA from Atlassian that is compatible with Eclipse 4.5 (at least according to their page at: https://confluence.atlassian.com/display/IDEPLUGIN/Installing+the+Eclipse+Connector#InstallingtheEclipseConnector-sites). However, you can try to install the connector manually from the update site using the "Install New Software" feature in Eclipse/STS using this update site: http://update.atlassian.com/atlassian-eclipse-plugin/rest/e3.7 - hope this helps

Eclipse mylyn redmine integration

Has anyone got the mylyn connector for redmine on eclipse working?
I'm keen to get this to work but have not been successful.
I'm on
Eclipse Kepler SR1
Redmine version 2.3.3.stable,
Ruby version 1.9.3-p0 (2011-10-30) [x86_64-linux]
Rails version 3.2.13
Not so keen to use the generic web connector - looks like q lot of work to get it to work.

How to connect to Redmine from Eclipse

I have setup environment like this:
Redmine side:
Redmine: 2.2.0.stable (BitNami Windows version)
Ruby: 1.9.3
Rails: 3.2.9
Environment: production
redmine_mylyn_connector plugin: 2.8.2.stable
Eclipse side:
JavaEE IDE Juno Windows version
Mylyn Connector Redmine: 0.3.7.20120300721
I tried to add a new task repository and chose Redmine, however, after I finished the settings and clicked "Validate Settings", immediately I got a "Unexpected status code - 404" error message. So I am wondering how to get this work. I saw some people were talking about using generic web connector, but it seems from an old project and I couldn't find it anymore.
Any help would be much appreciated!
For Juno, these instructions worked for me: http://www.redmine.org/projects/redmine/wiki/HowTo_Mylyn#Using-the-generic-web-repository-connector
However, it looks like the Mylyn Incubator repository has gone away so that may no longer be viable.
A version exist at this url :
http://danmunn.github.io/redmine_mylyn_connector/
But it seems it's not working with eclipse juno 4.2

Redmine Eclipse-Mylyn Plugin cannot modify tasks

I've installed mylyn connectors for redmine and eclipse. After I executed gem install -v=2.3.5 rails and updated my RAILS_GEM_VERSION setting in config/environment.rb the plugin worked and i can connect to the repository.
I can also read tasks from the repo but I'm not able to modify them from eclipse ide. if i want to submit i cant authenticate... did I miss something? it seems, that i'm somehow stuck in a read-only mode?
I'm currently using on client side:
Eclipse/Mylyn 3.6.2
Mylyn Connector: Redmine 0.3.4.201109150625
and on server side:
Redmine 1.2.1.stable (MySQL)
My mistake was that I also checked API Key in the eclipse taskrepository setup.