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
1
vote
0 answers

How to create tickets from FindBugs reports?

Is it possible to connect the FindBugs-Eclipse-Plugin with e.g. Mylyn to create Tickets from found Bugs?
Chriss
  • 5,157
  • 7
  • 41
  • 75
1
vote
3 answers

How to solve "The character '%' is a reserved JQL character" error

I'm having a problem using mylyn jira connector with jira 6.1 I have some queries configured, which work, but now I can't add a new query. I've tried adding the same query as a filter import and using the eclipse form. In both cases I get the…
Jakub Bochenski
  • 3,113
  • 4
  • 33
  • 61
1
vote
1 answer

Mylyn jenkins connector gives always Service Unavailable

I have installed the hudson/jenkins mylyn connector for eclipse (as mentioned here: https://stackoverflow.com/a/11543067/863180) I have configured my jenkins, but i always this error: Server validation failed: Unexpected error: Unexpected response…
cremersstijn
  • 2,375
  • 4
  • 28
  • 41
1
vote
1 answer

Trac task context sharing with mylyn

I've got trac working with mylyn (in eclipse obviously) through xmlrpc. Yay for six hours of my life. I can attach and retrieve context to tasks in trac. Question setup: I have a project checked out into two workspaces. In workspace 1, I activate…
Nathan Spears
  • 1,657
  • 8
  • 23
  • 31
1
vote
2 answers

Context tab not visible in Eclipse Mylyn for Local Repository

I have installed Eclipse Juno for Linux. I wanted to experiment with Mylyn, but when I create a new task, the Context tab doesn't show up. It is in my "local" repository. Is the context supposed to work with the "local" repository? In older…
David I.
  • 4,747
  • 3
  • 26
  • 34
1
vote
0 answers

I can't get Mylyn to save current context using pydev

I'm starting using eclipse with PyDev, and I want to use Mylyn. However, when I'm working on an active task, Mylyn is not saving the opened files in context. I press right button on my active task, go to "context" option, and I noticed every option…
Matias
  • 527
  • 1
  • 4
  • 19
1
vote
2 answers

How to import a Maven project to Eclipse Mylyn with WTP features enabled?

I cannot import a maven project with WTP features enabled. I have already tried: mvn -Dwtpversion=R7 eclipse:eclipse When I did the import, the WTP features are not enabled. How do I import with the features enabled?
atomsfat
  • 2,863
  • 6
  • 34
  • 36
1
vote
0 answers

Break points can't be displayed on Spring Source Tool Suite

I'm using Mylyn Task Management in Spring Source Tool Suite 2.9. In Breakpoints window, when I click on button "Focus on Active Task", both old and new created Java break points can't be displayed on this window, , except for Javascript break…
bnguyen82
  • 6,048
  • 5
  • 30
  • 39
1
vote
0 answers

Eclipse egit mylyn workflow

What is recommended workflow to work with eclipse, egit and mylyn tasks? I have a project and I want to create multiple feature branches with corresponding mylyn tasks. The branches will be merged with the master as and when they are implemented.…
Vasudev
  • 1,936
  • 19
  • 17
1
vote
1 answer

Eclipse/Mylyn: use JIRA and Bitbucket?

It is possible to connect a Bitbucket account to JIRA: http://blog.bitbucket.org/2012/04/30/linking-bitbucket-and-jira/ But is it possible to connect them using Eclipse/Mylyn?
Stephan Vierkant
  • 9,674
  • 8
  • 61
  • 97
1
vote
1 answer

Eclipse Juno/MyLyn does not show change sets in synchronization view

I'm new to MyLyn and I really want to use the change sets automatic management function. So what I did is I shared a project via git, then create a new task, activate it, made some changes, open synchronize view and synchronize. Now I should be able…
Eric Wu
  • 342
  • 1
  • 3
  • 11
1
vote
1 answer

Can I share my Mylyn local repository?

I'm an independent developer but sometimes switch between computers. I would love it if I could maintain a single Mylyn task repository. However, from what I've seen, the offered connectors each use proprietary task formats and strangely don't…
Jeff Axelrod
  • 27,676
  • 31
  • 147
  • 246
1
vote
1 answer

Is it possible to migrate Mylyn tasks from the local repository to Bugzilla?

I just set up a free Bugzilla account at bugheaven.com and was hoping to migrate my existing local Mylyn repository tasks to Bugzilla. Is this possible?
Jeff Axelrod
  • 27,676
  • 31
  • 147
  • 246
1
vote
1 answer

Can I create an Intellij changelist from a task based upon a mask?

Using Mylyn in Eclipse, there is a global setting allowing me to set a mask for the commit comments to be generated for VC commits for a task. Is there any way to do this in IntelliJ (using 11.1.3 at the moment)? Basically, under 'Mylyn | Team', I…
GKelly
  • 3,835
  • 4
  • 38
  • 45
1
vote
1 answer

When using mylyn trac connector how to attach screenshot?

I am using trac 0.10.3 but I am about to upgrade to the 0.11 version soon. I have started using the mylyn connector in eclipse and I am finding it great, after watching the introduction here http://tasktop.com/videos/mylyn/webcast-mylyn-3.0.html…
Paul Whelan
  • 16,574
  • 12
  • 50
  • 83