Bug 284609 - [fiximprove]: Report MTJ bugs directly from Help Menu
Summary: [fiximprove]: Report MTJ bugs directly from Help Menu
Status: RESOLVED FIXED
Alias: None
Product: MTJ (Archived)
Classification: Tools
Component: UI (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: 1.1.2   Edit
Assignee: Gorkem Ercan CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2009-07-24 14:02 EDT by Diego Madruga Sandin CLA
Modified: 2010-10-06 09:19 EDT (History)
0 users

See Also:


Attachments
Bug report window (28.64 KB, image/png)
2009-07-24 14:02 EDT, Diego Madruga Sandin CLA
no flags Details
bug report task (23.56 KB, image/png)
2009-07-24 14:03 EDT, Diego Madruga Sandin CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Madruga Sandin CLA 2009-07-24 14:02:06 EDT
Created attachment 142537 [details]
Bug report window

Mylyn 3.2 provided a way for reporting Bugs or Enhancement from the Help menu. Would be useful to extent Mylyn E.P and include mtj on the list provided.

Here goes the E.P impl :

   <extension
         point="org.eclipse.mylyn.tasks.bugs.support">
        <product featureId="org.eclipse.mtj" id="org.eclipse.mtj"
            providerId="org.eclipse" />
        <mapping namespace="org.eclipse.mtj" productId="org.eclipse.mtj">
            <property name="product" value="MTJ">
            </property>
        </mapping>
   </extension>

It also fills up the bug report with the stack-trace of the error and some useful information. See attached images.

References:
[1] http://www.eclipse.org/mylyn/new/#framework
[2] http://www.eclipse.org/mylyn/new/#general
Comment 1 Diego Madruga Sandin CLA 2009-07-24 14:03:01 EDT
Created attachment 142538 [details]
bug report task
Comment 2 Gorkem Ercan CLA 2010-10-06 09:19:30 EDT
comitted to HEAD
Comment 3 Gorkem Ercan CLA 2010-10-06 09:19:42 EDT
closing