Questions tagged [mylyn]

Mylyn is the task and application lifecycle management (ALM) framework for Eclipse.

Mylyn is a task-focused interface for Eclipse aimed at reducing information overload and making multi-tasking easy. It does this by making tasks a first class part of Eclipse, and integrating rich and offline editing for repositories such as Bugzilla, Trac, and JIRA. Once your tasks are integrated, Mylyn monitors your work activity to identify information relevant to the task-at-hand, and uses this task context to focus the Eclipse UI on the interesting information, hide the uninteresting, and automatically find what's related. This puts the information you need to get work done at your fingertips and improves productivity by reducing searching, scrolling, and navigation. By making task context explicit Mylyn also facilitates multitasking, planning, reusing past efforts, and sharing expertise.

See the Mylyn web site for full information.

Related Links:

220 questions
0
votes
1 answer

projects are lost in eclipse workspace after restart

I need some help! I am using eclipse 3.7 and mylyn 3.6.2 with JIRA connector 3.0.2 Sometimes after restart eclipse forgets all the projects in the workspace. Workspace is not totally recreated all the mylyn connections, and java working sets are…
yun_man_ger
  • 243
  • 1
  • 3
  • 10
0
votes
1 answer

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…
atx
  • 266
  • 3
  • 15
0
votes
1 answer

Is it possible to browse tasks in MyLyn same way as in Outlook?

I'm trying to configure MyLyn and was hit by very strange problem. All issue control system I know use Outlook-like approach: filters to the left, issues at top right and issue description at bottom-right. Typical workflow while browsing issues is…
grigoryvp
  • 40,413
  • 64
  • 174
  • 277
0
votes
0 answers

On Eclipse IDE 2023-03 I cannot see the Mylyn views

I have installed the Mylyn plugin onto my Eclipse IDE 2023-03 and verified it is installed from the marketplace. I am however not seeing the tasks. The views do not show up in "View -> Show View" menu option either. Any hints on where I went…
crafter
  • 6,246
  • 1
  • 34
  • 46
0
votes
1 answer

How to assign tasks in Bugzilla?

i intend to use bugzilla eclipse plugin for collaborating in my project we are a team working together in one project and i was wondering how can i assign task to another colleague in the project using bugzilla please guide me since, tutorials are…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
1 answer

Download bugzilla eclipse plugin?

I want to download Mylyn bugzilla eclipse plugin from an update site. Can anyone tell me the update site, because most of the links I found were invalid, thanks.
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
1 answer

is there a mylyn connector for Gitlab?

I worked with bugzilla and Eclipse, and I used Mylyn to manage issues though Eclipse. Now I use Gitlab and gitlab issues, I wonder if there is a mylyn connector for Gitlab ? I knwow that there is this one : gitlab connector , but it is no more…
granier
  • 1,739
  • 13
  • 25
0
votes
0 answers

Eclipse 4.24.0 Missing Task Repositories

I'm using Eclipse 4.24.0 on MacOS 10.14.6 and under Show Views "Task Repositories" doesn't appear. Only the General Task view shows up. I'm trying to get Mylyn setup and it says it's installed but there are no views that I can select (in…
AndyJ
  • 1,204
  • 3
  • 14
  • 28
0
votes
0 answers

Eclipse constantly crashing - could not resolve mylyn module

My installation of Eclipse 2022-09 is crashing constantly, either it freezes and then crashes, or just crashes silently. I've noticed that it happens when the code completion tooltip is triggered, but not always. On restart the error log contains…
Joseph McCarthy
  • 897
  • 2
  • 19
  • 41
0
votes
0 answers

debugging python code using pydev fails in eclipse

I was able to debug python code using pydev in Eclipse before I received a new computer but now am encountering errors while in the debugger. There problems do not occur when running the from CLI (subprocess.run fails). The problem appears to be…
Mark M
  • 1
  • 3
0
votes
1 answer

How to build and install Eclipse Mylyn Connector plugin from source

An Eclipse Mylyn connector plugin, including a patch not available at the published update site, is available at https://github.com/teknodan/mylyn-gitlab. I have been round and around in circles trying to work out how to get this installed and…
awy
  • 5,271
  • 5
  • 23
  • 28
0
votes
1 answer

Completely delete commits made on Google Code

After working the whole day with Google Code our group of developers was able to evolve a good workflow, however our work for now wasn't that what we expected so i would like to know whether there is an easy possibility to return to "Revision 3"…
Christian Ivicevic
  • 10,071
  • 7
  • 39
  • 74
0
votes
3 answers

Eclipse 2020-06 + JDK 11, errors " Could not resolve module: org.eclipse.mylyn.commons.notifications.feed

I am developing a RCP Application with JDK11 and Eclipse 2020-06. I have a product file based on features. When I launch the product, I get some errors as below. I've heard that JDK 11 does not contain JAXB. Is this error related to it? !ENTRY…
ehLim
  • 11
  • 1
0
votes
2 answers

Mylyn for eclipse is bugging me always asking which repository I want to use

Is there a way to disable this question? Is there a way to set a default repository?
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
0
votes
1 answer

How to use mylyn notifications extensions in Eclipse RCP Application?

I am new to Eclipse development and I need to use mylyn notifications. I have referred [1], [2], [3], but I still couldn't get it to work. This is my code now. AbstractNotification notification = new AbstractNotification ("my.event" ) { …
Dinu94
  • 165
  • 1
  • 12