Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Link to an issue via comment (e.g. in Java)?
Link to an issue via comment (e.g. in Java)? [message #41221] Mon, 14 January 2008 12:51 Go to next message
Eclipse UserFriend
Originally posted by: email.clemens-renner.de

Is there a way to link to an issue via a comment? Let's say I have a piece
of Java code and I know there's something wrong there but I don't have the
time to fix it right now. However, I know that the problem has been
entered into the issue tracker already and I wan't to link to it, e.g.
like this:

// TASK clean this mess up @issue 35773
System.exit(0);

Next time I stumble upon this I might want to peek at the issue by
clicking the issue number and a Mylyn window pops up showing the previous
comments and current progress of the issue.

I haven't found a way to do this but maybe I haven't looked carefully
enough...
Re: Link to an issue via comment (e.g. in Java)? [message #41375 is a reply to message #41221] Tue, 15 January 2008 01:42 Go to previous message
Eclipse UserFriend
Originally posted by: rob.elves.eclipse.org

To hyperlink to issues just add 'bug 123' or issue key (in the case of
JIRA) to a comment. Ctrl+click to open the bug in the rich editor. You
must first however have linked a repository for the project the source
is contained within. See:

http://wiki.eclipse.org/index.php/Mylyn_FAQ#Why_are_task_hyp erlinks_not_working.3F

-Rob

Clemens Renner wrote:
> Is there a way to link to an issue via a comment? Let's say I have a
> piece of Java code and I know there's something wrong there but I don't
> have the time to fix it right now. However, I know that the problem has
> been entered into the issue tracker already and I wan't to link to it,
> e.g. like this:
>
> // TASK clean this mess up @issue 35773
> System.exit(0);
>
> Next time I stumble upon this I might want to peek at the issue by
> clicking the issue number and a Mylyn window pops up showing the
> previous comments and current progress of the issue.
>
> I haven't found a way to do this but maybe I haven't looked carefully
> enough...
>
Re: Link to an issue via comment (e.g. in Java)? [message #587078 is a reply to message #41221] Tue, 15 January 2008 01:42 Go to previous message
Robert Elves is currently offline Robert ElvesFriend
Messages: 87
Registered: July 2009
Member
To hyperlink to issues just add 'bug 123' or issue key (in the case of
JIRA) to a comment. Ctrl+click to open the bug in the rich editor. You
must first however have linked a repository for the project the source
is contained within. See:

http://wiki.eclipse.org/index.php/Mylyn_FAQ#Why_are_task_hyp erlinks_not_working.3F

-Rob

Clemens Renner wrote:
> Is there a way to link to an issue via a comment? Let's say I have a
> piece of Java code and I know there's something wrong there but I don't
> have the time to fix it right now. However, I know that the problem has
> been entered into the issue tracker already and I wan't to link to it,
> e.g. like this:
>
> // TASK clean this mess up @issue 35773
> System.exit(0);
>
> Next time I stumble upon this I might want to peek at the issue by
> clicking the issue number and a Mylyn window pops up showing the
> previous comments and current progress of the issue.
>
> I haven't found a way to do this but maybe I haven't looked carefully
> enough...
>
Previous Topic:Unable to execute jira query
Next Topic:Mylyn Update link
Goto Forum:
  


Current Time: Thu Apr 25 02:31:25 GMT 2024

Powered by FUDForum. Page generated in 0.03077 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top