Hi everybody,
when commenting in a Jira issue, if i use the issue key of an issue a link to the specific issue is created.
The text of the link is only the issue key. If i mouse over the link the issue summary appears. Is it possible to have the issue summary in the text of the link?
I'm attaching an image to make things more clear
The issue key is TST-1 and the issue summary is test. The pop up test appears if i mouse over the link.
Thank you in advance,
Kostas
You'll need to hack the built in "renderer" to do that. The data in the comment is being interpreted through the renderer and that's been written to do the text as a tool-tip. I can't imagine amending the code would be hard, finding it and working out the best way to do it would probably the bulk of the work.
thank you,
i'll try to edit the renderer and see what's going on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.